#CDA154

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

Shades of Apache #CDA154

Tints of Apache #CDA154

Color information

#CDA154 (or 0xCDA154) is unknown color: approx Apache. HEX triplet: CD, A1 and 54. RGB value is (205,161,84). Sum of RGB (Red+Green+Blue) = 205+161+84=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA154 is #325EAB. Grayscale: #A5A5A5. Windows color (decimal): -3301036 or 5546445. OLE color: 5546445.

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

Color convert

RGB20516184-
CMYK00.210.590.20
HSL38.18º54.75%56.67%-
HSV(B)38.18º59.02%80.39%-
XYZ39.5239.1113.85-
YUV165.3882.08156.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=45.56%
G=35.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051618400.210.590.2038.1854.7556.67
HexCDA1540153B14263739
Octal3152411240257324466771
Binary1100110110100001101010001010111101110100100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA154; }

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

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

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

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

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

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

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

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