Html Css Color HEX #DCE972 Mindaro

📋 copy color: '#DCE972'

red 220 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #DCE972

Tints of Mindaro #DCE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

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

R = 38.8%
G = 41.09%
B = 20.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DCE972 (or 0xDCE972) is known color: Mindaro. HEX triplet: DC, E9 and 72. RGB value is (220,233,114). Sum of RGB (Red+Green+Blue) = 220+233+114=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE972 is #23168D. Grayscale: #D8D8D8. Windows color (decimal): -2299534 or 7530972. OLE color: 7530972.

HSL color Cylindrical-coordinate representation of color #DCE972: hue angle of 66.55º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE972 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 114 -
CMYK 0.06 0 0.51 0.09
HSL 66.55º 0.73% 0.68% -
HSV(B) 66.55º 0.51% 0.91% -
XYZ 61.69 74.71 27.09 -
YUV 215.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 220 233 114 0.06 0 0.51 0.09 66.55 0.73 0.68
Hex DC E9 72 6 0 33 9 43 49 44
Octal 334 351 162 6 0 63 11 103 111 104
Binary 11011100 11101001 1110010 110 0 110011 1001 1000011 1001001 1000100

Color Harmonies of #DCE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE972

Black with #DCE972

Text Example


Text Example

White with #DCE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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