#CDA761

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

Shades of Apache #CDA761

Tints of Apache #CDA761

Color information

#CDA761 (or 0xCDA761) is unknown color: approx Apache. HEX triplet: CD, A7 and 61. RGB value is (205,167,97). Sum of RGB (Red+Green+Blue) = 205+167+97=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA761 is #32589E. Grayscale: #AAAAAA. Windows color (decimal): -3299487 or 6399949. OLE color: 6399949.

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

Color convert

RGB20516797-
CMYK00.190.530.20
HSL38.89º51.92%59.22%-
HSV(B)38.89º52.68%80.39%-
XYZ41.1541.4817.15-
YUV170.3886.59152.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=43.71%
G=35.61%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051679700.190.530.2038.8951.9259.22
HexCDA761013351427343b
Octal3152471410236524476473
Binary1100110110100111110000101001111010110100100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA761; }

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

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

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

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

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

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

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

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