#CDA05C

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

Shades of Apache #CDA05C

Tints of Apache #CDA05C

Color information

#CDA05C (or 0xCDA05C) is unknown color: approx Apache. HEX triplet: CD, A0 and 5C. RGB value is (205,160,92). Sum of RGB (Red+Green+Blue) = 205+160+92=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA05C is #325FA3. Grayscale: #A6A6A6. Windows color (decimal): -3301284 or 6070477. OLE color: 6070477.

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

Color convert

RGB20516092-
CMYK00.220.550.20
HSL36.11º53.05%58.24%-
HSV(B)36.11º55.12%80.39%-
XYZ39.6838.8915.54-
YUV165.786.41156.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=44.86%
G=35.01%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051609200.220.550.2036.1153.0558.24
HexCDA05C016371424353a
Octal3152401340266724446572
Binary1100110110100000101110001011011011110100100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA05C; }

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

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

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

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

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

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

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

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