#CDA361

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

Shades of Apache #CDA361

Tints of Apache #CDA361

Color information

#CDA361 (or 0xCDA361) is unknown color: approx Apache. HEX triplet: CD, A3 and 61. RGB value is (205,163,97). Sum of RGB (Red+Green+Blue) = 205+163+97=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA361 is #325C9E. Grayscale: #A8A8A8. Windows color (decimal): -3300511 or 6398925. OLE color: 6398925.

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

Color convert

RGB20516397-
CMYK00.200.530.20
HSL36.67º51.92%59.22%-
HSV(B)36.67º52.68%80.39%-
XYZ40.4340.0416.91-
YUV168.0387.91154.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=44.09%
G=35.05%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051639700.200.530.2036.6751.9259.22
HexCDA361014351425343b
Octal3152431410246524456473
Binary1100110110100011110000101010011010110100100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA361; }

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

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

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

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

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

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

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

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