#DABA75

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

Shades of Chenin #DABA75

Tints of Chenin #DABA75

Color information

#DABA75 (or 0xDABA75) is unknown color: approx Chenin. HEX triplet: DA, BA and 75. RGB value is (218,186,117). Sum of RGB (Red+Green+Blue) = 218+186+117=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA75 is #25458A. Grayscale: #BCBCBC. Windows color (decimal): -2442635 or 7715546. OLE color: 7715546.

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

Color convert

RGB218186117-
CMYK00.150.460.15
HSL40.99º57.71%65.69%-
HSV(B)40.99º46.33%85.49%-
XYZ49.6851.3124.11-
YUV187.788.1149.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=41.84%
G=35.70%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818611700.150.460.1540.9957.7165.69
HexDABA750F2EF293a42
Octal33227216501756175172102
Binary110110101011101011101010111110111011111010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA75; }

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

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

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

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

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

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

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

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