#CDA964

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

Shades of Apache #CDA964

Tints of Apache #CDA964

Color information

#CDA964 (or 0xCDA964) is unknown color: approx Apache. HEX triplet: CD, A9 and 64. RGB value is (205,169,100). Sum of RGB (Red+Green+Blue) = 205+169+100=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA964 is #32569B. Grayscale: #ACACAC. Windows color (decimal): -3298972 or 6597069. OLE color: 6597069.

HSL color Cylindrical-coordinate representation of color #CDA964: hue angle of 39.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDA964 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB205169100-
CMYK00.180.510.20
HSL39.43º51.22%59.8%-
HSV(B)39.43º51.22%80.39%-
XYZ41.6742.2818.02-
YUV171.987.43151.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=43.25%
G=35.65%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516910000.180.510.2039.4351.2259.8
HexCDA964012331427333c
Octal3152511440226324476374
Binary1100110110101001110010001001011001110100100111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA964; }

 p { color: rgb(205,169,100); }

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

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

 a { background-color: rgb(205,169,100); }

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

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

 span { border-color: rgb(205,169,100); }

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