#cda063

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

Shades of Apache #CDA063

Tints of Apache #CDA063

Color information

#CDA063 (or 0xCDA063) is unknown color: approx Apache. HEX triplet: CD, A0 and 63. RGB value is (205,160,99). Sum of RGB (Red+Green+Blue) = 205+160+99=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA063 is #325F9C. Grayscale: #A6A6A6. Windows color (decimal): -3301277 or 6529229. OLE color: 6529229.

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

Color convert

RGB20516099-
CMYK00.220.520.20
HSL34.53º51.46%59.61%-
HSV(B)34.53º51.71%80.39%-
XYZ4039.0217.23-
YUV166.589.91155.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=44.18%
G=34.48%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051609900.220.520.2034.5351.4659.61
HexCDA063016341423333c
Octal3152401430266424436374
Binary1100110110100000110001101011011010010100100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cda063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cda063; }

 p { color: rgb(205,160,99); }

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

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

 a { background-color: rgb(205,160,99); }

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

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

 span { border-color: rgb(205,160,99); }

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