Html Css Color HEX #DCEB72 Mindaro

📋 copy color: '#DCEB72'

red 220 ◦ green 235 ◦ blue 114

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

Shades of Mindaro #DCEB72

Tints of Mindaro #DCEB72

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.3%

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

R = 38.66%
G = 41.3%
B = 20.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DCEB72 (or 0xDCEB72) is known color: Mindaro. HEX triplet: DC, EB and 72. RGB value is (220,235,114). Sum of RGB (Red+Green+Blue) = 220+235+114=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB72 is #23148D. Grayscale: #D9D9D9. Windows color (decimal): -2299022 or 7531484. OLE color: 7531484.

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

Color convert

RGB 220 235 114 -
CMYK 0.06 0 0.51 0.08
HSL 67.44º 0.75% 0.68% -
HSV(B) 67.44º 0.51% 0.92% -
XYZ 62.26 75.85 27.28 -
YUV 216.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 220 235 114 0.06 0 0.51 0.08 67.44 0.75 0.68
Hex DC EB 72 6 0 33 8 43 4B 44
Octal 334 353 162 6 0 63 10 103 113 104
Binary 11011100 11101011 1110010 110 0 110011 1000 1000011 1001011 1000100

Color Harmonies of #DCEB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB72

Black with #DCEB72

Text Example


Text Example

White with #DCEB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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