#DACA6B

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

Shades of Chenin #DACA6B

Tints of Chenin #DACA6B

Color information

#DACA6B (or 0xDACA6B) is unknown color: approx Chenin. HEX triplet: DA, CA and 6B. RGB value is (218,202,107). Sum of RGB (Red+Green+Blue) = 218+202+107=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA6B is #253594. Grayscale: #C4C4C4. Windows color (decimal): -2438549 or 7064282. OLE color: 7064282.

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

Color convert

RGB218202107-
CMYK00.070.510.15
HSL51.35º60%63.73%-
HSV(B)51.35º50.92%85.49%-
XYZ52.6958.2122.37-
YUV195.9577.8143.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 107 (42.19% from 255) = 20.30%
R=41.37%
G=38.33%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820210700.070.510.1551.356063.73
HexDACA6B0733F333c40
Octal3323121530763176374100
Binary11011010110010101101011011111001111111100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA6B; }

 p { color: rgb(218,202,107); }

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

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

 a { background-color: rgb(218,202,107); }

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

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

 span { border-color: rgb(218,202,107); }

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