Html Css Color HEX #DCED72 Mindaro

📋 copy color: '#DCED72'

red 220 ◦ green 237 ◦ blue 114

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

Shades of Mindaro #DCED72

Tints of Mindaro #DCED72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.96%

R = 38.53%
G = 41.51%
B = 19.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#DCED72 (or 0xDCED72) is known color: Mindaro. HEX triplet: DC, ED and 72. RGB value is (220,237,114). Sum of RGB (Red+Green+Blue) = 220+237+114=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED72 is #23128D. Grayscale: #DADADA. Windows color (decimal): -2298510 or 7531996. OLE color: 7531996.

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

Color convert

RGB 220 237 114 -
CMYK 0.07 0 0.52 0.07
HSL 68.29º 0.77% 0.69% -
HSV(B) 68.29º 0.52% 0.93% -
XYZ 62.84 77 27.47 -
YUV 217.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 220 237 114 0.07 0 0.52 0.07 68.29 0.77 0.69
Hex DC ED 72 7 0 34 7 44 4D 45
Octal 334 355 162 7 0 64 7 104 115 105
Binary 11011100 11101101 1110010 111 0 110100 111 1000100 1001101 1000101

Color Harmonies of #DCED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED72

Black with #DCED72

Text Example


Text Example

White with #DCED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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