#CDA171

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

Shades of Fallow #CDA171

Tints of Fallow #CDA171

Color information

#CDA171 (or 0xCDA171) is unknown color: approx Fallow. HEX triplet: CD, A1 and 71. RGB value is (205,161,113). Sum of RGB (Red+Green+Blue) = 205+161+113=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA171 is #325E8E. Grayscale: #A8A8A8. Windows color (decimal): -3301007 or 7446989. OLE color: 7446989.

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

Color convert

RGB205161113-
CMYK00.210.450.20
HSL31.3º47.92%62.35%-
HSV(B)31.3º44.88%80.39%-
XYZ40.939.6621.12-
YUV168.6896.58153.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=42.80%
G=33.61%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516111300.210.450.2031.347.9262.35
HexCDA1710152D141f303e
Octal3152411610255524376076
Binary110011011010000111100010101011011011010011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA171; }

 p { color: rgb(205,161,113); }

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

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

 a { background-color: rgb(205,161,113); }

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

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

 span { border-color: rgb(205,161,113); }

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