#CDA763

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

Shades of Apache #CDA763

Tints of Apache #CDA763

Color information

#CDA763 (or 0xCDA763) is unknown color: approx Apache. HEX triplet: CD, A7 and 63. RGB value is (205,167,99). Sum of RGB (Red+Green+Blue) = 205+167+99=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA763 is #32589C. Grayscale: #AAAAAA. Windows color (decimal): -3299485 or 6531021. OLE color: 6531021.

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

Color convert

RGB20516799-
CMYK00.190.520.20
HSL38.49º51.46%59.61%-
HSV(B)38.49º51.71%80.39%-
XYZ41.2541.5217.64-
YUV170.6187.59152.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 99 (39.06% from 255) = 21.02%
R=43.52%
G=35.46%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051679900.190.520.2038.4951.4659.61
HexCDA763013341426333c
Octal3152471430236424466374
Binary1100110110100111110001101001111010010100100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA763; }

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

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

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

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

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

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

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

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