#CDA364

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

Shades of Apache #CDA364

Tints of Apache #CDA364

Color information

#CDA364 (or 0xCDA364) is unknown color: approx Apache. HEX triplet: CD, A3 and 64. RGB value is (205,163,100). Sum of RGB (Red+Green+Blue) = 205+163+100=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA364 is #325C9B. Grayscale: #A8A8A8. Windows color (decimal): -3300508 or 6595533. OLE color: 6595533.

HSL color Cylindrical-coordinate representation of color #CDA364: hue angle of 36º 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 #CDA364 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB205163100-
CMYK00.200.510.20
HSL36º51.22%59.8%-
HSV(B)36º51.22%80.39%-
XYZ40.5740.0917.66-
YUV168.3889.41154.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=43.80%
G=34.83%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516310000.200.510.203651.2259.8
HexCDA364014331424333c
Octal3152431440246324446374
Binary1100110110100011110010001010011001110100100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA364; }

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

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

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

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

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

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

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

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