#CD9D61

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

Shades of Fallow #CD9D61

Tints of Fallow #CD9D61

Color information

#CD9D61 (or 0xCD9D61) is unknown color: approx Fallow. HEX triplet: CD, 9D and 61. RGB value is (205,157,97). Sum of RGB (Red+Green+Blue) = 205+157+97=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9D61 is #32629E. Grayscale: #A4A4A4. Windows color (decimal): -3302047 or 6397389. OLE color: 6397389.

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

Color convert

RGB20515797-
CMYK00.230.530.20
HSL33.33º51.92%59.22%-
HSV(B)33.33º52.68%80.39%-
XYZ39.3937.9616.56-
YUV164.5189.9156.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=44.66%
G=34.20%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051579700.230.530.2033.3351.9259.22
HexCD9D61017351421343b
Octal3152351410276524416473
Binary1100110110011101110000101011111010110100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9D61; }

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

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

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

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

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

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

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

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