#DBEA67

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

Shades of Mindaro #DBEA67

Tints of Mindaro #DBEA67

Color information

#DBEA67 (or 0xDBEA67) is unknown color: approx Mindaro. HEX triplet: DB, EA and 67. RGB value is (219,234,103). Sum of RGB (Red+Green+Blue) = 219+234+103=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA67 is #241598. Grayscale: #D7D7D7. Windows color (decimal): -2364825 or 6810331. OLE color: 6810331.

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

Color convert

RGB219234103-
CMYK0.0600.560.08
HSL66.87º75.72%66.08%-
HSV(B)66.87º55.98%91.76%-
XYZ61.0874.8824.07-
YUV214.5865.03131.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 234 (91.80% from 255) = 42.09%
BLUE value IS 103 (40.62% from 255) = 18.53%
R=39.39%
G=42.09%
B=18.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341030.0600.560.0866.8775.7266.08
HexDBEA6760388434c42
Octal333352147607010103114102
Binary1101101111101010110011111001110001000100001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA67; }

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

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

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

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

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

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

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

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