Html Css Color HEX #DBE964 Mindaro

📋 copy color: '#DBE964'

red 219 ◦ green 233 ◦ blue 100

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

Shades of Mindaro #DBE964

Tints of Mindaro #DBE964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.12%

R = 39.67%
G = 42.21%
B = 18.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#DBE964 (or 0xDBE964) is known color: Mindaro. HEX triplet: DB, E9 and 64. RGB value is (219,233,100). Sum of RGB (Red+Green+Blue) = 219+233+100=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE964 is #24169B. Grayscale: #D6D6D6. Windows color (decimal): -2365084 or 6613467. OLE color: 6613467.

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

Color convert

RGB 219 233 100 -
CMYK 0.06 0 0.57 0.09
HSL 66.32º 0.75% 0.65% -
HSV(B) 66.32º 0.57% 0.91% -
XYZ 60.65 74.26 23.19 -
YUV 213.65 63.86 131.81 -
System Red Green Blue C M Y K H S L
Decimal 219 233 100 0.06 0 0.57 0.09 66.32 0.75 0.65
Hex DB E9 64 6 0 39 9 42 4B 41
Octal 333 351 144 6 0 71 11 102 113 101
Binary 11011011 11101001 1100100 110 0 111001 1001 1000010 1001011 1000001

Color Harmonies of #DBE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE964

Black with #DBE964

Text Example


Text Example

White with #DBE964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE964; }

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

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

background-color css

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

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

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

border-color css

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

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

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