#DBE673

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

Shades of Mindaro #DBE673

Tints of Mindaro #DBE673

Color information

#DBE673 (or 0xDBE673) is unknown color: approx Mindaro. HEX triplet: DB, E6 and 73. RGB value is (219,230,115). Sum of RGB (Red+Green+Blue) = 219+230+115=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE673 is #24198C. Grayscale: #D6D6D6. Windows color (decimal): -2365837 or 7595739. OLE color: 7595739.

HSL color Cylindrical-coordinate representation of color #DBE673: hue angle of 65.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE673 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB219230115-
CMYK0.0500.50.10
HSL65.74º69.7%67.65%-
HSV(B)65.74º50%90.2%-
XYZ60.672.8927.09-
YUV213.672.36131.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 230 (90.23% from 255) = 40.78%
BLUE value IS 115 (45.31% from 255) = 20.39%
R=38.83%
G=40.78%
B=20.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301150.0500.50.1065.7469.767.65
HexDBE6735032A424644
Octal333346163506212102106104
Binary1101101111100110111001110101100101010100001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE673; }

 p { color: rgb(219,230,115); }

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

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

 a { background-color: rgb(219,230,115); }

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

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

 span { border-color: rgb(219,230,115); }

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