#CDA362

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

Shades of Apache #CDA362

Tints of Apache #CDA362

Color information

#CDA362 (or 0xCDA362) is unknown color: approx Apache. HEX triplet: CD, A3 and 62. RGB value is (205,163,98). Sum of RGB (Red+Green+Blue) = 205+163+98=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA362 is #325C9D. Grayscale: #A8A8A8. Windows color (decimal): -3300510 or 6464461. OLE color: 6464461.

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

Color convert

RGB20516398-
CMYK00.200.520.20
HSL36.45º51.69%59.41%-
HSV(B)36.45º52.2%80.39%-
XYZ40.4840.0617.15-
YUV168.1588.41154.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=43.99%
G=34.98%
B=21.03%

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
Decimal2051639800.200.520.2036.4551.6959.41
HexCDA362014341424343b
Octal3152431420246424446473
Binary1100110110100011110001001010011010010100100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA362; }

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

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

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

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

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

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

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

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