#CDA251

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

Shades of Apache #CDA251

Tints of Apache #CDA251

Color information

#CDA251 (or 0xCDA251) is unknown color: approx Apache. HEX triplet: CD, A2 and 51. RGB value is (205,162,81). Sum of RGB (Red+Green+Blue) = 205+162+81=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA251 is #325DAE. Grayscale: #A5A5A5. Windows color (decimal): -3300783 or 5350093. OLE color: 5350093.

HSL color Cylindrical-coordinate representation of color #CDA251: hue angle of 39.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDA251 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20516281-
CMYK00.210.600.20
HSL39.19º55.36%56.08%-
HSV(B)39.19º60.49%80.39%-
XYZ39.5839.4113.31-
YUV165.6280.25156.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=45.76%
G=36.16%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051628100.210.600.2039.1955.3656.08
HexCDA2510153C14273738
Octal3152421210257424476770
Binary1100110110100010101000101010111110010100100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA251; }

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

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

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

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

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

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

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

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