Html Css Color HEX #DCE57D Mindaro

📋 copy color: '#DCE57D'

red 220 ◦ green 229 ◦ blue 125

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

Shades of Mindaro #DCE57D

Tints of Mindaro #DCE57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.78%

R = 38.33%
G = 39.9%
B = 21.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#DCE57D (or 0xDCE57D) is known color: Mindaro. HEX triplet: DC, E5 and 7D. RGB value is (220,229,125). Sum of RGB (Red+Green+Blue) = 220+229+125=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE57D is #231A82. Grayscale: #D6D6D6. Windows color (decimal): -2300547 or 8250844. OLE color: 8250844.

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

Color convert

RGB 220 229 125 -
CMYK 0.04 0 0.45 0.10
HSL 65.19º 0.67% 0.69% -
HSV(B) 65.19º 0.45% 0.9% -
XYZ 61.24 72.73 30.21 -
YUV 214.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 220 229 125 0.04 0 0.45 0.10 65.19 0.67 0.69
Hex DC E5 7D 4 0 2D A 41 43 45
Octal 334 345 175 4 0 55 12 101 103 105
Binary 11011100 11100101 1111101 100 0 101101 1010 1000001 1000011 1000101

Color Harmonies of #DCE57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE57D

Black with #DCE57D

Text Example


Text Example

White with #DCE57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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