#DAC266

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

Shades of Chenin #DAC266

Tints of Chenin #DAC266

Color information

#DAC266 (or 0xDAC266) is unknown color: approx Chenin. HEX triplet: DA, C2 and 66. RGB value is (218,194,102). Sum of RGB (Red+Green+Blue) = 218+194+102=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC266 is #253D99. Grayscale: #BFBFBF. Windows color (decimal): -2440602 or 6734554. OLE color: 6734554.

HSL color Cylindrical-coordinate representation of color #DAC266: hue angle of 47.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAC266 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218194102-
CMYK00.110.530.15
HSL47.59º61.05%62.75%-
HSV(B)47.59º53.21%85.49%-
XYZ50.654.4520.41-
YUV190.6977.95147.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 102 (40.23% from 255) = 19.84%
R=42.41%
G=37.74%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819410200.110.530.1547.5961.0562.75
HexDAC2660B35F303d3f
Octal3323021460136517607577
Binary11011010110000101100110010111101011111110000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC266; }

 p { color: rgb(218,194,102); }

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

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

 a { background-color: rgb(218,194,102); }

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

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

 span { border-color: rgb(218,194,102); }

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