#DABC6A

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

Shades of Chenin #DABC6A

Tints of Chenin #DABC6A

Color information

#DABC6A (or 0xDABC6A) is unknown color: approx Chenin. HEX triplet: DA, BC and 6A. RGB value is (218,188,106). Sum of RGB (Red+Green+Blue) = 218+188+106=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6A is #254395. Grayscale: #BBBBBB. Windows color (decimal): -2442134 or 6995162. OLE color: 6995162.

HSL color Cylindrical-coordinate representation of color #DABC6A: hue angle of 43.93º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DABC6A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218188106-
CMYK00.140.510.15
HSL43.93º60.22%63.53%-
HSV(B)43.93º51.38%85.49%-
XYZ49.551.9121.05-
YUV187.6281.94149.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=42.58%
G=36.72%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818810600.140.510.1543.9360.2263.53
HexDABC6A0E33F2c3c40
Octal33227415201663175474100
Binary110110101011110011010100111011001111111011001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC6A; }

 p { color: rgb(218,188,106); }

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

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

 a { background-color: rgb(218,188,106); }

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

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

 span { border-color: rgb(218,188,106); }

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