#DBE671

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

Shades of Mindaro #DBE671

Tints of Mindaro #DBE671

Color information

#DBE671 (or 0xDBE671) is unknown color: approx Mindaro. HEX triplet: DB, E6 and 71. RGB value is (219,230,113). Sum of RGB (Red+Green+Blue) = 219+230+113=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE671 is #24198E. Grayscale: #D5D5D5. Windows color (decimal): -2365839 or 7464667. OLE color: 7464667.

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

Color convert

RGB219230113-
CMYK0.0500.510.10
HSL65.64º70.06%67.25%-
HSV(B)65.64º50.87%90.2%-
XYZ60.4972.8526.5-
YUV213.3771.36132.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 230 (90.23% from 255) = 40.93%
BLUE value IS 113 (44.53% from 255) = 20.11%
R=38.97%
G=40.93%
B=20.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301130.0500.510.1065.6470.0667.25
HexDBE6715033A424643
Octal333346161506312102106103
Binary1101101111100110111000110101100111010100001010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE671; }

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

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

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

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

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

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

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

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