#CDA955

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

Shades of Apache #CDA955

Tints of Apache #CDA955

Color information

#CDA955 (or 0xCDA955) is unknown color: approx Apache. HEX triplet: CD, A9 and 55. RGB value is (205,169,85). Sum of RGB (Red+Green+Blue) = 205+169+85=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA955 is #3256AA. Grayscale: #AAAAAA. Windows color (decimal): -3298987 or 5614029. OLE color: 5614029.

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

Color convert

RGB20516985-
CMYK00.180.590.20
HSL42º54.55%56.86%-
HSV(B)42º58.54%80.39%-
XYZ4142.0114.54-
YUV170.1979.93152.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=44.66%
G=36.82%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051698500.180.590.204254.5556.86
HexCDA9550123B142a3739
Octal3152511250227324526771
Binary1100110110101001101010101001011101110100101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA955; }

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

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

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

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

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

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

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

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