#CDA562

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

Shades of Apache #CDA562

Tints of Apache #CDA562

Color information

#CDA562 (or 0xCDA562) is unknown color: approx Apache. HEX triplet: CD, A5 and 62. RGB value is (205,165,98). Sum of RGB (Red+Green+Blue) = 205+165+98=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA562 is #325A9D. Grayscale: #A9A9A9. Windows color (decimal): -3299998 or 6464973. OLE color: 6464973.

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

Color convert

RGB20516598-
CMYK00.200.520.20
HSL37.57º51.69%59.41%-
HSV(B)37.57º52.2%80.39%-
XYZ40.8440.7717.27-
YUV169.3287.75153.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 98 (38.67% from 255) = 20.94%
R=43.80%
G=35.26%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051659800.200.520.2037.5751.6959.41
HexCDA562014341426343b
Octal3152451420246424466473
Binary1100110110100101110001001010011010010100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA562; }

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

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

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

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

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

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

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

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