Html Css Color HEX #DCE372 Mindaro

📋 copy color: '#DCE372'

red 220 ◦ green 227 ◦ blue 114

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

Shades of Mindaro #DCE372

Tints of Mindaro #DCE372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

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

R = 39.22%
G = 40.46%
B = 20.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#DCE372 (or 0xDCE372) is known color: Mindaro. HEX triplet: DC, E3 and 72. RGB value is (220,227,114). Sum of RGB (Red+Green+Blue) = 220+227+114=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE372 is #231C8D. Grayscale: #D4D4D4. Windows color (decimal): -2301070 or 7529436. OLE color: 7529436.

HSL color Cylindrical-coordinate representation of color #DCE372: hue angle of 63.72º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE372 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 114 -
CMYK 0.03 0 0.50 0.11
HSL 63.72º 0.67% 0.67% -
HSV(B) 63.72º 0.5% 0.89% -
XYZ 60.02 71.37 26.53 -
YUV 212.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 220 227 114 0.03 0 0.50 0.11 63.72 0.67 0.67
Hex DC E3 72 3 0 32 B 40 43 43
Octal 334 343 162 3 0 62 13 100 103 103
Binary 11011100 11100011 1110010 11 0 110010 1011 1000000 1000011 1000011

Color Harmonies of #DCE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE372

Black with #DCE372

Text Example


Text Example

White with #DCE372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE372; }

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

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

background-color css

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

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

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

border-color css

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

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

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