Html Css Color HEX #DCED87 Mindaro

📋 copy color: '#DCED87'

red 220 ◦ green 237 ◦ blue 135

#DCED87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DCED87

Tints of Mindaro #DCED87

RGB

 RED value IS 220 (86.33% from 255) = 37.16%

 GREEN value IS 237 (92.97% from 255) = 40.03%

 BLUE value IS 135 (53.13% from 255) = 22.8%

R = 37.16%
G = 40.03%
B = 22.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#DCED87 (or 0xDCED87) is known color: Mindaro. HEX triplet: DC, ED and 87. RGB value is (220,237,135). Sum of RGB (Red+Green+Blue) = 220+237+135=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED87 is #231278. Grayscale: #DCDCDC. Windows color (decimal): -2298489 or 8908252. OLE color: 8908252.

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

Color convert

RGB 220 237 135 -
CMYK 0.07 0 0.43 0.07
HSL 70º 0.74% 0.73% -
HSV(B) 70º 0.43% 0.93% -
XYZ 64.17 77.53 34.5 -
YUV 220.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 220 237 135 0.07 0 0.43 0.07 70 0.74 0.73
Hex DC ED 87 7 0 2B 7 46 4A 49
Octal 334 355 207 7 0 53 7 106 112 111
Binary 11011100 11101101 10000111 111 0 101011 111 1000110 1001010 1001001

Color Harmonies of #DCED87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED87

Black with #DCED87

Text Example


Text Example

White with #DCED87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED87; }

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

 H1.HeaderClassName
 {
   color: #DCED87;
 }
 .AnyTagClassName
 {
   color: #DCED87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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