#CDA15C

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

Shades of Apache #CDA15C

Tints of Apache #CDA15C

Color information

#CDA15C (or 0xCDA15C) is unknown color: approx Apache. HEX triplet: CD, A1 and 5C. RGB value is (205,161,92). Sum of RGB (Red+Green+Blue) = 205+161+92=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA15C is #325EA3. Grayscale: #A6A6A6. Windows color (decimal): -3301028 or 6070733. OLE color: 6070733.

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

Color convert

RGB20516192-
CMYK00.210.550.20
HSL36.64º53.05%58.24%-
HSV(B)36.64º55.12%80.39%-
XYZ39.8539.2415.6-
YUV166.2986.08155.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=44.76%
G=35.15%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051619200.210.550.2036.6453.0558.24
HexCDA15C015371425353a
Octal3152411340256724456572
Binary1100110110100001101110001010111011110100100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA15C; }

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

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

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

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

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

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

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

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