#CDA961

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

Shades of Apache #CDA961

Tints of Apache #CDA961

Color information

#CDA961 (or 0xCDA961) is unknown color: approx Apache. HEX triplet: CD, A9 and 61. RGB value is (205,169,97). Sum of RGB (Red+Green+Blue) = 205+169+97=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA961 is #32569E. Grayscale: #ABABAB. Windows color (decimal): -3298975 or 6400461. OLE color: 6400461.

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

Color convert

RGB20516997-
CMYK00.180.530.20
HSL40º51.92%59.22%-
HSV(B)40º52.68%80.39%-
XYZ41.5242.2217.27-
YUV171.5685.93151.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=43.52%
G=35.88%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051699700.180.530.204051.9259.22
HexCDA961012351428343b
Octal3152511410226524506473
Binary1100110110101001110000101001011010110100101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA961; }

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

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

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

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

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

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

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

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