Html Css Color HEX #DCE571 Mindaro

📋 copy color: '#DCE571'

red 220 ◦ green 229 ◦ blue 113

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

Shades of Mindaro #DCE571

Tints of Mindaro #DCE571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.11%

R = 39.15%
G = 40.75%
B = 20.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#DCE571 (or 0xDCE571) is known color: Mindaro. HEX triplet: DC, E5 and 71. RGB value is (220,229,113). Sum of RGB (Red+Green+Blue) = 220+229+113=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE571 is #231A8E. Grayscale: #D5D5D5. Windows color (decimal): -2300559 or 7464412. OLE color: 7464412.

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

Color convert

RGB 220 229 113 -
CMYK 0.04 0 0.51 0.10
HSL 64.66º 0.69% 0.67% -
HSV(B) 64.66º 0.51% 0.9% -
XYZ 60.52 72.45 26.42 -
YUV 213.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 220 229 113 0.04 0 0.51 0.10 64.66 0.69 0.67
Hex DC E5 71 4 0 33 A 41 45 43
Octal 334 345 161 4 0 63 12 101 105 103
Binary 11011100 11100101 1110001 100 0 110011 1010 1000001 1000101 1000011

Color Harmonies of #DCE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE571

Black with #DCE571

Text Example


Text Example

White with #DCE571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE571; }

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

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

background-color css

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

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

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

border-color css

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

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

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