#CDA45A

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

Shades of Apache #CDA45A

Tints of Apache #CDA45A

Color information

#CDA45A (or 0xCDA45A) is unknown color: approx Apache. HEX triplet: CD, A4 and 5A. RGB value is (205,164,90). Sum of RGB (Red+Green+Blue) = 205+164+90=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA45A is #325BA5. Grayscale: #A8A8A8. Windows color (decimal): -3300262 or 5940429. OLE color: 5940429.

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

Color convert

RGB20516490-
CMYK00.20.560.20
HSL38.61º53.49%57.84%-
HSV(B)38.61º56.1%80.39%-
XYZ40.340.2715.32-
YUV167.8284.08154.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 90 (35.55% from 255) = 19.61%
R=44.66%
G=35.73%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051649000.20.560.2038.6153.4957.84
HexCDA45A014381427353a
Octal3152441320247024476572
Binary1100110110100100101101001010011100010100100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA45A; }

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

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

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

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

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

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

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

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