Html Css Color HEX #DCE572 Mindaro

📋 copy color: '#DCE572'

red 220 ◦ green 229 ◦ blue 114

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

Shades of Mindaro #DCE572

Tints of Mindaro #DCE572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.67%

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

R = 39.08%
G = 40.67%
B = 20.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#DCE572 (or 0xDCE572) is known color: Mindaro. HEX triplet: DC, E5 and 72. RGB value is (220,229,114). Sum of RGB (Red+Green+Blue) = 220+229+114=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE572 is #231A8D. Grayscale: #D5D5D5. Windows color (decimal): -2300558 or 7529948. OLE color: 7529948.

HSL color Cylindrical-coordinate representation of color #DCE572: hue angle of 64.7º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE572 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 114 -
CMYK 0.04 0 0.50 0.10
HSL 64.7º 0.69% 0.67% -
HSV(B) 64.7º 0.5% 0.9% -
XYZ 60.57 72.47 26.72 -
YUV 213.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 220 229 114 0.04 0 0.50 0.10 64.7 0.69 0.67
Hex DC E5 72 4 0 32 A 41 45 43
Octal 334 345 162 4 0 62 12 101 105 103
Binary 11011100 11100101 1110010 100 0 110010 1010 1000001 1000101 1000011

Color Harmonies of #DCE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE572

Black with #DCE572

Text Example


Text Example

White with #DCE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE572; }

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

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

background-color css

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

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

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

border-color css

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

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

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