#CDA262

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

Shades of Apache #CDA262

Tints of Apache #CDA262

Color information

#CDA262 (or 0xCDA262) is unknown color: approx Apache. HEX triplet: CD, A2 and 62. RGB value is (205,162,98). Sum of RGB (Red+Green+Blue) = 205+162+98=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA262 is #325D9D. Grayscale: #A7A7A7. Windows color (decimal): -3300766 or 6464205. OLE color: 6464205.

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

Color convert

RGB20516298-
CMYK00.210.520.20
HSL35.89º51.69%59.41%-
HSV(B)35.89º52.2%80.39%-
XYZ40.339.717.09-
YUV167.5688.75154.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=44.09%
G=34.84%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051629800.210.520.2035.8951.6959.41
HexCDA262015341424343b
Octal3152421420256424446473
Binary1100110110100010110001001010111010010100100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA262; }

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

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

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

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

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

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

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

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