#CD996D

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

Shades of Fallow #CD996D

Tints of Fallow #CD996D

Color information

#CD996D (or 0xCD996D) is unknown color: approx Fallow. HEX triplet: CD, 99 and 6D. RGB value is (205,153,109). Sum of RGB (Red+Green+Blue) = 205+153+109=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD996D is #326692. Grayscale: #A3A3A3. Windows color (decimal): -3303059 or 7182797. OLE color: 7182797.

HSL color Cylindrical-coordinate representation of color #CD996D: hue angle of 27.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD996D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205153109-
CMYK00.250.470.20
HSL27.5º48.98%61.57%-
HSV(B)27.5º46.83%80.39%-
XYZ39.3336.8719.51-
YUV163.5397.23157.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=43.90%
G=32.76%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515310900.250.470.2027.548.9861.57
HexCD996D0192F141c313e
Octal3152311550315724346176
Binary110011011001100111011010110011011111010011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD996D; }

 p { color: rgb(205,153,109); }

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

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

 a { background-color: rgb(205,153,109); }

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

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

 span { border-color: rgb(205,153,109); }

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