#CDA15F

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

Shades of Apache #CDA15F

Tints of Apache #CDA15F

Color information

#CDA15F (or 0xCDA15F) is unknown color: approx Apache. HEX triplet: CD, A1 and 5F. RGB value is (205,161,95). Sum of RGB (Red+Green+Blue) = 205+161+95=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA15F is #325EA0. Grayscale: #A6A6A6. Windows color (decimal): -3301025 or 6267341. OLE color: 6267341.

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

Color convert

RGB20516195-
CMYK00.210.540.20
HSL36º52.38%58.82%-
HSV(B)36º53.66%80.39%-
XYZ39.9939.316.3-
YUV166.6387.58155.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=44.47%
G=34.92%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051619500.210.540.203652.3858.82
HexCDA15F015361424343b
Octal3152411370256624446473
Binary1100110110100001101111101010111011010100100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA15F; }

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

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

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

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

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

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

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

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