Html Css Color HEX #DBE970 Mindaro

📋 copy color: '#DBE970'

red 219 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #DBE970

Tints of Mindaro #DBE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.86%

R = 38.83%
G = 41.31%
B = 19.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DBE970 (or 0xDBE970) is known color: Mindaro. HEX triplet: DB, E9 and 70. RGB value is (219,233,112). Sum of RGB (Red+Green+Blue) = 219+233+112=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE970 is #24168F. Grayscale: #D7D7D7. Windows color (decimal): -2365072 or 7399899. OLE color: 7399899.

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

Color convert

RGB 219 233 112 -
CMYK 0.06 0 0.52 0.09
HSL 66.94º 0.73% 0.68% -
HSV(B) 66.94º 0.52% 0.91% -
XYZ 61.28 74.51 26.48 -
YUV 215.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 219 233 112 0.06 0 0.52 0.09 66.94 0.73 0.68
Hex DB E9 70 6 0 34 9 43 49 44
Octal 333 351 160 6 0 64 11 103 111 104
Binary 11011011 11101001 1110000 110 0 110100 1001 1000011 1001001 1000100

Color Harmonies of #DBE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE970

Black with #DBE970

Text Example


Text Example

White with #DBE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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