Html Css Color HEX #DBE869 Mindaro

📋 copy color: '#DBE869'

red 219 ◦ green 232 ◦ blue 105

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

Shades of Mindaro #DBE869

Tints of Mindaro #DBE869

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.73%

 BLUE value IS 105 (41.41% from 255) = 18.88%

R = 39.39%
G = 41.73%
B = 18.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DBE869 (or 0xDBE869) is known color: Mindaro. HEX triplet: DB, E8 and 69. RGB value is (219,232,105). Sum of RGB (Red+Green+Blue) = 219+232+105=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE869 is #241796. Grayscale: #D6D6D6. Windows color (decimal): -2365335 or 6940891. OLE color: 6940891.

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

Color convert

RGB 219 232 105 -
CMYK 0.06 0 0.55 0.09
HSL 66.14º 0.73% 0.66% -
HSV(B) 66.14º 0.55% 0.91% -
XYZ 60.62 73.79 24.41 -
YUV 213.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 219 232 105 0.06 0 0.55 0.09 66.14 0.73 0.66
Hex DB E8 69 6 0 37 9 42 49 42
Octal 333 350 151 6 0 67 11 102 111 102
Binary 11011011 11101000 1101001 110 0 110111 1001 1000010 1001001 1000010

Color Harmonies of #DBE869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE869

Black with #DBE869

Text Example


Text Example

White with #DBE869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE869; }

 p { color: rgb(219,232,105); }

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

background-color css

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

 a { background-color: rgb(219,232,105); }

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

border-color css

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

 span { border-color: rgb(219,232,105); }

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