#CDAA61

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

Shades of Apache #CDAA61

Tints of Apache #CDAA61

Color information

#CDAA61 (or 0xCDAA61) is unknown color: approx Apache. HEX triplet: CD, AA and 61. RGB value is (205,170,97). Sum of RGB (Red+Green+Blue) = 205+170+97=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA61 is #32559E. Grayscale: #ACACAC. Windows color (decimal): -3298719 or 6400717. OLE color: 6400717.

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

Color convert

RGB20517097-
CMYK00.170.530.20
HSL40.56º51.92%59.22%-
HSV(B)40.56º52.68%80.39%-
XYZ41.7142.5917.33-
YUV172.1485.6151.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=43.43%
G=36.02%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051709700.170.530.2040.5651.9259.22
HexCDAA61011351429343b
Octal3152521410216524516473
Binary1100110110101010110000101000111010110100101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA61; }

 p { color: rgb(205,170,97); }

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

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

 a { background-color: rgb(205,170,97); }

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

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

 span { border-color: rgb(205,170,97); }

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