#DBEA69

Color #DBEA69 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DBEA69

Tints of Mindaro #DBEA69

Color information

#DBEA69 (or 0xDBEA69) is unknown color: approx Mindaro. HEX triplet: DB, EA and 69. RGB value is (219,234,105). Sum of RGB (Red+Green+Blue) = 219+234+105=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA69 is #241596. Grayscale: #D7D7D7. Windows color (decimal): -2364823 or 6941403. OLE color: 6941403.

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

Color convert

RGB219234105-
CMYK0.0600.550.08
HSL66.98º75.44%66.47%-
HSV(B)66.98º55.13%91.76%-
XYZ61.1974.9324.6-
YUV214.8166.03130.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 105 (41.41% from 255) = 18.82%
R=39.25%
G=41.94%
B=18.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341050.0600.550.0866.9875.4466.47
HexDBEA6960378434b42
Octal333352151606710103113102
Binary1101101111101010110100111001101111000100001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA69; }

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

 H1.HeaderClassName
 {
   color: #DBEA69;
 }
 .AnyTagClassName
 {
   color: #DBEA69;
 }
</style>
background-color css

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

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

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

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

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

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