#CDA95C

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

Shades of Apache #CDA95C

Tints of Apache #CDA95C

Color information

#CDA95C (or 0xCDA95C) is unknown color: approx Apache. HEX triplet: CD, A9 and 5C. RGB value is (205,169,92). Sum of RGB (Red+Green+Blue) = 205+169+92=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA95C is #3256A3. Grayscale: #ABABAB. Windows color (decimal): -3298980 or 6072781. OLE color: 6072781.

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

Color convert

RGB20516992-
CMYK00.180.550.20
HSL40.88º53.05%58.24%-
HSV(B)40.88º55.12%80.39%-
XYZ41.342.1316.08-
YUV170.9983.43152.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 92 (36.33% from 255) = 19.74%
R=43.99%
G=36.27%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051699200.180.550.2040.8853.0558.24
HexCDA95C012371429353a
Octal3152511340226724516572
Binary1100110110101001101110001001011011110100101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA95C; }

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

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

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

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

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

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

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

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