#CDA662

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

Shades of Apache #CDA662

Tints of Apache #CDA662

Color information

#CDA662 (or 0xCDA662) is unknown color: approx Apache. HEX triplet: CD, A6 and 62. RGB value is (205,166,98). Sum of RGB (Red+Green+Blue) = 205+166+98=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA662 is #32599D. Grayscale: #AAAAAA. Windows color (decimal): -3299742 or 6465229. OLE color: 6465229.

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

Color convert

RGB20516698-
CMYK00.190.520.20
HSL38.13º51.69%59.41%-
HSV(B)38.13º52.2%80.39%-
XYZ41.0241.1317.33-
YUV169.9187.42153.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 98 (38.67% from 255) = 20.90%
R=43.71%
G=35.39%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051669800.190.520.2038.1351.6959.41
HexCDA662013341426343b
Octal3152461420236424466473
Binary1100110110100110110001001001111010010100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA662; }

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

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

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

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

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

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

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

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