#DAC366

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

Shades of Chenin #DAC366

Tints of Chenin #DAC366

Color information

#DAC366 (or 0xDAC366) is unknown color: approx Chenin. HEX triplet: DA, C3 and 66. RGB value is (218,195,102). Sum of RGB (Red+Green+Blue) = 218+195+102=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC366 is #253C99. Grayscale: #BFBFBF. Windows color (decimal): -2440346 or 6734810. OLE color: 6734810.

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

Color convert

RGB218195102-
CMYK00.110.530.15
HSL48.1º61.05%62.75%-
HSV(B)48.1º53.21%85.49%-
XYZ50.8354.8920.49-
YUV191.2777.62147.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 102 (40.23% from 255) = 19.81%
R=42.33%
G=37.86%
B=19.81%

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
Decimal21819510200.110.530.1548.161.0562.75
HexDAC3660B35F303d3f
Octal3323031460136517607577
Binary11011010110000111100110010111101011111110000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC366; }

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

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

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

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

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

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

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

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