#CDA162

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

Shades of Apache #CDA162

Tints of Apache #CDA162

Color information

#CDA162 (or 0xCDA162) is unknown color: approx Apache. HEX triplet: CD, A1 and 62. RGB value is (205,161,98). Sum of RGB (Red+Green+Blue) = 205+161+98=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA162 is #325E9D. Grayscale: #A7A7A7. Windows color (decimal): -3301022 or 6463949. OLE color: 6463949.

HSL color Cylindrical-coordinate representation of color #CDA162: hue angle of 35.33º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDA162 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20516198-
CMYK00.210.520.20
HSL35.33º51.69%59.41%-
HSV(B)35.33º52.2%80.39%-
XYZ40.1339.3517.04-
YUV166.9789.08155.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=44.18%
G=34.70%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051619800.210.520.2035.3351.6959.41
HexCDA162015341423343b
Octal3152411420256424436473
Binary1100110110100001110001001010111010010100100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA162; }

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

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

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

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

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

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

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

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