#cda45e

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

Shades of Apache #CDA45E

Tints of Apache #CDA45E

Color information

#CDA45E (or 0xCDA45E) is unknown color: approx Apache. HEX triplet: CD, A4 and 5E. RGB value is (205,164,94). Sum of RGB (Red+Green+Blue) = 205+164+94=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA45E is #325BA1. Grayscale: #A8A8A8. Windows color (decimal): -3300258 or 6202573. OLE color: 6202573.

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

Color convert

RGB20516494-
CMYK00.20.540.20
HSL37.84º52.61%58.63%-
HSV(B)37.84º54.15%80.39%-
XYZ40.4740.3416.24-
YUV168.2886.08154.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=44.28%
G=35.42%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051649400.20.540.2037.8452.6158.63
HexCDA45E014361426353b
Octal3152441360246624466573
Binary1100110110100100101111001010011011010100100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cda45e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cda45e; }

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

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

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

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

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

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

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

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