#DCED68

Color #DCED68 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DCED68

Tints of Mindaro #DCED68

Color information

#DCED68 (or 0xDCED68) is unknown color: approx Mindaro. HEX triplet: DC, ED and 68. RGB value is (220,237,104). Sum of RGB (Red+Green+Blue) = 220+237+104=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED68 is #231297. Grayscale: #D9D9D9. Windows color (decimal): -2298520 or 6876636. OLE color: 6876636.

HSL color Cylindrical-coordinate representation of color #DCED68: hue angle of 67.67º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCED68 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB220237104-
CMYK0.0700.560.07
HSL67.67º78.7%66.86%-
HSV(B)67.67º56.12%92.94%-
XYZ62.376.7824.63-
YUV216.7664.37130.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 104 (41.02% from 255) = 18.54%
R=39.22%
G=42.25%
B=18.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371040.0700.560.0767.6778.766.86
HexDCED6870387444f43
Octal33435515070707104117103
Binary110111001110110111010001110111000111100010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED68; }

 p { color: rgb(220,237,104); }

 H1.HeaderClassName
 {
   color: #DCED68;
 }
 .AnyTagClassName
 {
   color: #DCED68;
 }
</style>
background-color css

<style>
 a { background-color: #DCED68; }

 a { background-color: rgb(220,237,104); }

 div.DivClassName
 {
   background-color: #DCED68;
 }
 .BgClassName
 {
   background-color: #DCED68;
 }
</style>
border-color css

<style>
 span { border-color: #DCED68; }

 span { border-color: rgb(220,237,104); }

 td.TdClassName
 {
   border-color: #DCED68;
 }
 .TagClassName
 {
   border-color: #DCED68;
 }
</style>