Html Css Color HEX #DBE976 Mindaro

📋 copy color: '#DBE976'

red 219 ◦ green 233 ◦ blue 118

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

Shades of Mindaro #DBE976

Tints of Mindaro #DBE976

RGB

 RED value IS 219 (85.94% from 255) = 38.42%

 GREEN value IS 233 (91.41% from 255) = 40.88%

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 38.42%
G = 40.88%
B = 20.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DBE976 (or 0xDBE976) is known color: Mindaro. HEX triplet: DB, E9 and 76. RGB value is (219,233,118). Sum of RGB (Red+Green+Blue) = 219+233+118=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE976 is #241689. Grayscale: #D8D8D8. Windows color (decimal): -2365066 or 7793115. OLE color: 7793115.

HSL color Cylindrical-coordinate representation of color #DBE976: hue angle of 67.3º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE976 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 118 -
CMYK 0.06 0 0.49 0.09
HSL 67.3º 0.72% 0.69% -
HSV(B) 67.3º 0.49% 0.91% -
XYZ 61.62 74.65 28.3 -
YUV 215.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 219 233 118 0.06 0 0.49 0.09 67.3 0.72 0.69
Hex DB E9 76 6 0 31 9 43 48 45
Octal 333 351 166 6 0 61 11 103 110 105
Binary 11011011 11101001 1110110 110 0 110001 1001 1000011 1001000 1000101

Color Harmonies of #DBE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE976

Black with #DBE976

Text Example


Text Example

White with #DBE976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE976; }

 p { color: rgb(219,233,118); }

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

background-color css

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

 a { background-color: rgb(219,233,118); }

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

border-color css

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

 span { border-color: rgb(219,233,118); }

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