#CDA764

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

Shades of Apache #CDA764

Tints of Apache #CDA764

Color information

#CDA764 (or 0xCDA764) is unknown color: approx Apache. HEX triplet: CD, A7 and 64. RGB value is (205,167,100). Sum of RGB (Red+Green+Blue) = 205+167+100=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA764 is #32589B. Grayscale: #ABABAB. Windows color (decimal): -3299484 or 6596557. OLE color: 6596557.

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

Color convert

RGB205167100-
CMYK00.190.510.20
HSL38.29º51.22%59.8%-
HSV(B)38.29º51.22%80.39%-
XYZ41.341.5417.9-
YUV170.7288.09152.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=43.43%
G=35.38%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516710000.190.510.2038.2951.2259.8
HexCDA764013331426333c
Octal3152471440236324466374
Binary1100110110100111110010001001111001110100100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA764; }

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

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

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

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

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

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

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

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