#DABC6D

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

Shades of Chenin #DABC6D

Tints of Chenin #DABC6D

Color information

#DABC6D (or 0xDABC6D) is unknown color: approx Chenin. HEX triplet: DA, BC and 6D. RGB value is (218,188,109). Sum of RGB (Red+Green+Blue) = 218+188+109=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6D is #254392. Grayscale: #BCBCBC. Windows color (decimal): -2442131 or 7191770. OLE color: 7191770.

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

Color convert

RGB218188109-
CMYK00.140.50.15
HSL43.49º59.56%64.12%-
HSV(B)43.49º50%85.49%-
XYZ49.6651.9821.88-
YUV187.9683.44149.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 109 (42.97% from 255) = 21.17%
R=42.33%
G=36.50%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818810900.140.50.1543.4959.5664.12
HexDABC6D0E32F2b3c40
Octal33227415501662175374100
Binary110110101011110011011010111011001011111010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC6D; }

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

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

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

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

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

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

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

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