#CDA661

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

Shades of Apache #CDA661

Tints of Apache #CDA661

Color information

#CDA661 (or 0xCDA661) is unknown color: approx Apache. HEX triplet: CD, A6 and 61. RGB value is (205,166,97). Sum of RGB (Red+Green+Blue) = 205+166+97=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA661 is #32599E. Grayscale: #AAAAAA. Windows color (decimal): -3299743 or 6399693. OLE color: 6399693.

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

Color convert

RGB20516697-
CMYK00.190.530.20
HSL38.33º51.92%59.22%-
HSV(B)38.33º52.68%80.39%-
XYZ40.9741.1117.09-
YUV169.886.92153.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=43.80%
G=35.47%
B=20.73%

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
Decimal2051669700.190.530.2038.3351.9259.22
HexCDA661013351426343b
Octal3152461410236524466473
Binary1100110110100110110000101001111010110100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA661; }

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

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

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

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

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

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

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

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