#CDA756

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

Shades of Apache #CDA756

Tints of Apache #CDA756

Color information

#CDA756 (or 0xCDA756) is unknown color: approx Apache. HEX triplet: CD, A7 and 56. RGB value is (205,167,86). Sum of RGB (Red+Green+Blue) = 205+167+86=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA756 is #3258A9. Grayscale: #A9A9A9. Windows color (decimal): -3299498 or 5679053. OLE color: 5679053.

HSL color Cylindrical-coordinate representation of color #CDA756: hue angle of 40.84º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDA756 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20516786-
CMYK00.190.580.20
HSL40.84º54.34%57.06%-
HSV(B)40.84º58.05%80.39%-
XYZ40.6841.2914.63-
YUV169.1381.09153.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 86 (33.98% from 255) = 18.78%
R=44.76%
G=36.46%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051678600.190.580.2040.8454.3457.06
HexCDA7560133A14293639
Octal3152471260237224516671
Binary1100110110100111101011001001111101010100101001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA756; }

 p { color: rgb(205,167,86); }

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

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

 a { background-color: rgb(205,167,86); }

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

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

 span { border-color: rgb(205,167,86); }

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