Html Css Color HEX #DBE965 Mindaro

📋 copy color: '#DBE965'

red 219 ◦ green 233 ◦ blue 101

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

Shades of Mindaro #DBE965

Tints of Mindaro #DBE965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.26%

R = 39.6%
G = 42.13%
B = 18.26%

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

#DBE965 (or 0xDBE965) is known color: Mindaro. HEX triplet: DB, E9 and 65. RGB value is (219,233,101). Sum of RGB (Red+Green+Blue) = 219+233+101=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE965 is #24169A. Grayscale: #D6D6D6. Windows color (decimal): -2365083 or 6679003. OLE color: 6679003.

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

Color convert

RGB 219 233 101 -
CMYK 0.06 0 0.57 0.09
HSL 66.36º 0.75% 0.65% -
HSV(B) 66.36º 0.57% 0.91% -
XYZ 60.7 74.28 23.45 -
YUV 213.77 64.36 131.73 -
System Red Green Blue C M Y K H S L
Decimal 219 233 101 0.06 0 0.57 0.09 66.36 0.75 0.65
Hex DB E9 65 6 0 39 9 42 4B 41
Octal 333 351 145 6 0 71 11 102 113 101
Binary 11011011 11101001 1100101 110 0 111001 1001 1000010 1001011 1000001

Color Harmonies of #DBE965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE965

Black with #DBE965

Text Example


Text Example

White with #DBE965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE965; }

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

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

background-color css

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

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

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

border-color css

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

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

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