#CDA062

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

Shades of Apache #CDA062

Tints of Apache #CDA062

Color information

#CDA062 (or 0xCDA062) is unknown color: approx Apache. HEX triplet: CD, A0 and 62. RGB value is (205,160,98). Sum of RGB (Red+Green+Blue) = 205+160+98=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA062 is #325F9D. Grayscale: #A6A6A6. Windows color (decimal): -3301278 or 6463693. OLE color: 6463693.

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

Color convert

RGB20516098-
CMYK00.220.520.20
HSL34.77º51.69%59.41%-
HSV(B)34.77º52.2%80.39%-
XYZ39.953916.98-
YUV166.3989.41155.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 98 (38.67% from 255) = 21.17%
R=44.28%
G=34.56%
B=21.17%

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
Decimal2051609800.220.520.2034.7751.6959.41
HexCDA062016341423343b
Octal3152401420266424436473
Binary1100110110100000110001001011011010010100100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA062; }

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

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

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

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

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

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

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

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