Html Css Color HEX #DBE971 Mindaro

📋 copy color: '#DBE971'

red 219 ◦ green 233 ◦ blue 113

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

Shades of Mindaro #DBE971

Tints of Mindaro #DBE971

RGB

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

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

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

R = 38.76%
G = 41.24%
B = 20%

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

#DBE971 (or 0xDBE971) is known color: Mindaro. HEX triplet: DB, E9 and 71. RGB value is (219,233,113). Sum of RGB (Red+Green+Blue) = 219+233+113=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE971 is #24168E. Grayscale: #D7D7D7. Windows color (decimal): -2365071 or 7465435. OLE color: 7465435.

HSL color Cylindrical-coordinate representation of color #DBE971: hue angle of 67º 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 #DBE971 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 113 -
CMYK 0.06 0 0.52 0.09
HSL 67º 0.73% 0.68% -
HSV(B) 67º 0.52% 0.91% -
XYZ 61.33 74.53 26.78 -
YUV 215.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 219 233 113 0.06 0 0.52 0.09 67 0.73 0.68
Hex DB E9 71 6 0 34 9 43 49 44
Octal 333 351 161 6 0 64 11 103 111 104
Binary 11011011 11101001 1110001 110 0 110100 1001 1000011 1001001 1000100

Color Harmonies of #DBE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE971

Black with #DBE971

Text Example


Text Example

White with #DBE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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