#CDA455

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

Shades of Apache #CDA455

Tints of Apache #CDA455

Color information

#CDA455 (or 0xCDA455) is unknown color: approx Apache. HEX triplet: CD, A4 and 55. RGB value is (205,164,85). Sum of RGB (Red+Green+Blue) = 205+164+85=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA455 is #325BAA. Grayscale: #A7A7A7. Windows color (decimal): -3300267 or 5612749. OLE color: 5612749.

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

Color convert

RGB20516485-
CMYK00.20.590.20
HSL39.5º54.55%56.86%-
HSV(B)39.5º58.54%80.39%-
XYZ40.0940.1914.24-
YUV167.2581.58154.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=45.15%
G=36.12%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051648500.20.590.2039.554.5556.86
HexCDA4550143B14283739
Octal3152441250247324506771
Binary1100110110100100101010101010011101110100101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA455; }

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

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

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

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

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

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

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

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