#CDA05F

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

Shades of Apache #CDA05F

Tints of Apache #CDA05F

Color information

#CDA05F (or 0xCDA05F) is unknown color: approx Apache. HEX triplet: CD, A0 and 5F. RGB value is (205,160,95). Sum of RGB (Red+Green+Blue) = 205+160+95=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA05F is #325FA0. Grayscale: #A6A6A6. Windows color (decimal): -3301281 or 6267085. OLE color: 6267085.

HSL color Cylindrical-coordinate representation of color #CDA05F: hue angle of 35.45º degrees, saturation: 0.52, 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 #CDA05F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20516095-
CMYK00.220.540.20
HSL35.45º52.38%58.82%-
HSV(B)35.45º53.66%80.39%-
XYZ39.8138.9516.25-
YUV166.0487.91155.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 160 (62.89% from 255) = 34.78%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=44.57%
G=34.78%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051609500.220.540.2035.4552.3858.82
HexCDA05F016361423343b
Octal3152401370266624436473
Binary1100110110100000101111101011011011010100100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA05F; }

 p { color: rgb(205,160,95); }

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

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

 a { background-color: rgb(205,160,95); }

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

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

 span { border-color: rgb(205,160,95); }

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