#DABC75

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

Shades of Chenin #DABC75

Tints of Chenin #DABC75

Color information

#DABC75 (or 0xDABC75) is unknown color: approx Chenin. HEX triplet: DA, BC and 75. RGB value is (218,188,117). Sum of RGB (Red+Green+Blue) = 218+188+117=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC75 is #25438A. Grayscale: #BDBDBD. Windows color (decimal): -2442123 or 7716058. OLE color: 7716058.

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

Color convert

RGB218188117-
CMYK00.140.460.15
HSL42.18º57.71%65.69%-
HSV(B)42.18º46.33%85.49%-
XYZ50.1152.1624.26-
YUV188.8887.44148.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=41.68%
G=35.95%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818811700.140.460.1542.1857.7165.69
HexDABC750E2EF2a3a42
Octal33227416501656175272102
Binary110110101011110011101010111010111011111010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC75; }

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

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

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

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

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

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

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

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