#DABD6A

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

Shades of Chenin #DABD6A

Tints of Chenin #DABD6A

Color information

#DABD6A (or 0xDABD6A) is unknown color: approx Chenin. HEX triplet: DA, BD and 6A. RGB value is (218,189,106). Sum of RGB (Red+Green+Blue) = 218+189+106=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD6A is #254295. Grayscale: #BCBCBC. Windows color (decimal): -2441878 or 6995418. OLE color: 6995418.

HSL color Cylindrical-coordinate representation of color #DABD6A: hue angle of 44.46º 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 #DABD6A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218189106-
CMYK00.130.510.15
HSL44.46º60.22%63.53%-
HSV(B)44.46º51.38%85.49%-
XYZ49.7152.3421.12-
YUV188.2181.61149.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=42.50%
G=36.84%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818910600.130.510.1544.4660.2263.53
HexDABD6A0D33F2c3c40
Octal33227515201563175474100
Binary110110101011110111010100110111001111111011001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD6A; }

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

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

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

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

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

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

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

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