#DAB871

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

Shades of Chenin #DAB871

Tints of Chenin #DAB871

Color information

#DAB871 (or 0xDAB871) is unknown color: approx Chenin. HEX triplet: DA, B8 and 71. RGB value is (218,184,113). Sum of RGB (Red+Green+Blue) = 218+184+113=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB871 is #25478E. Grayscale: #BABABA. Windows color (decimal): -2443151 or 7452890. OLE color: 7452890.

HSL color Cylindrical-coordinate representation of color #DAB871: hue angle of 40.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAB871 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218184113-
CMYK00.160.480.15
HSL40.57º58.66%64.9%-
HSV(B)40.57º48.17%85.49%-
XYZ49.0350.3822.76-
YUV186.0786.76150.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=42.33%
G=35.73%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818411300.160.480.1540.5758.6664.9
HexDAB87101030F293b41
Octal33227016102060175173101
Binary1101101010111000111000101000011000011111010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB871; }

 p { color: rgb(218,184,113); }

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

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

 a { background-color: rgb(218,184,113); }

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

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

 span { border-color: rgb(218,184,113); }

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