#CDA954

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

Shades of Apache #CDA954

Tints of Apache #CDA954

Color information

#CDA954 (or 0xCDA954) is unknown color: approx Apache. HEX triplet: CD, A9 and 54. RGB value is (205,169,84). Sum of RGB (Red+Green+Blue) = 205+169+84=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA954 is #3256AB. Grayscale: #AAAAAA. Windows color (decimal): -3298988 or 5548493. OLE color: 5548493.

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

Color convert

RGB20516984-
CMYK00.180.590.20
HSL42.15º54.75%56.67%-
HSV(B)42.15º59.02%80.39%-
XYZ40.974214.33-
YUV170.0779.43152.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 84 (33.20% from 255) = 18.34%
R=44.76%
G=36.90%
B=18.34%

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
Decimal2051698400.180.590.2042.1554.7556.67
HexCDA9540123B142a3739
Octal3152511240227324526771
Binary1100110110101001101010001001011101110100101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA954; }

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

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

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

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

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

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

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

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