#dbed60

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

Shades of Mindaro #DBED60

Tints of Mindaro #DBED60

Color information

#DBED60 (or 0xDBED60) is unknown color: approx Mindaro. HEX triplet: DB, ED and 60. RGB value is (219,237,96). Sum of RGB (Red+Green+Blue) = 219+237+96=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED60 is #24129F. Grayscale: #D8D8D8. Windows color (decimal): -2364064 or 6352347. OLE color: 6352347.

HSL color Cylindrical-coordinate representation of color #DBED60: hue angle of 67.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBED60 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB21923796-
CMYK0.0800.590.07
HSL67.66º79.66%65.29%-
HSV(B)67.66º59.49%92.94%-
XYZ61.6176.4722.58-
YUV215.5460.54130.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 96 (37.89% from 255) = 17.39%
R=39.67%
G=42.93%
B=17.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219237960.0800.590.0767.6679.6665.29
HexDBED60803B7445041
Octal333355140100737104120101
Binary1101101111101101110000010000111011111100010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbed60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbed60; }

 p { color: rgb(219,237,96); }

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

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

 a { background-color: rgb(219,237,96); }

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

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

 span { border-color: rgb(219,237,96); }

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