#DAC465

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

Shades of Chenin #DAC465

Tints of Chenin #DAC465

Color information

#DAC465 (or 0xDAC465) is unknown color: approx Chenin. HEX triplet: DA, C4 and 65. RGB value is (218,196,101). Sum of RGB (Red+Green+Blue) = 218+196+101=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC465 is #253B9A. Grayscale: #C0C0C0. Windows color (decimal): -2440091 or 6669530. OLE color: 6669530.

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

Color convert

RGB218196101-
CMYK00.100.540.15
HSL48.72º61.26%62.55%-
HSV(B)48.72º53.67%85.49%-
XYZ5155.3220.3-
YUV191.7576.79146.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 101 (39.84% from 255) = 19.61%
R=42.33%
G=38.06%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819610100.100.540.1548.7261.2662.55
HexDAC4650A36F313d3f
Octal3323041450126617617577
Binary11011010110001001100101010101101101111110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC465; }

 p { color: rgb(218,196,101); }

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

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

 a { background-color: rgb(218,196,101); }

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

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

 span { border-color: rgb(218,196,101); }

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