#CFA950

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

Shades of Sundance #CFA950

Tints of Sundance #CFA950

Color information

#CFA950 (or 0xCFA950) is unknown color: approx Sundance. HEX triplet: CF, A9 and 50. RGB value is (207,169,80). Sum of RGB (Red+Green+Blue) = 207+169+80=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA950 is #3056AF. Grayscale: #AAAAAA. Windows color (decimal): -3167920 or 5286351. OLE color: 5286351.

HSL color Cylindrical-coordinate representation of color #CFA950: hue angle of 42.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFA950 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB20716980-
CMYK00.180.610.19
HSL42.05º56.95%56.27%-
HSV(B)42.05º61.35%81.18%-
XYZ41.3742.2213.56-
YUV170.2277.09154.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=45.39%
G=37.06%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071698000.180.610.1942.0556.9556.27
HexCFA9500123D132a3938
Octal3172511200227523527170
Binary1100111110101001101000001001011110110011101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA950; }

 p { color: rgb(207,169,80); }

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

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

 a { background-color: rgb(207,169,80); }

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

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

 span { border-color: rgb(207,169,80); }

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