#CFA449

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

Shades of Sundance #CFA449

Tints of Sundance #CFA449

Color information

#CFA449 (or 0xCFA449) is unknown color: approx Sundance. HEX triplet: CF, A4 and 49. RGB value is (207,164,73). Sum of RGB (Red+Green+Blue) = 207+164+73=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA449 is #305BB6. Grayscale: #A6A6A6. Windows color (decimal): -3169207 or 4826319. OLE color: 4826319.

HSL color Cylindrical-coordinate representation of color #CFA449: hue angle of 40.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFA449 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20716473-
CMYK00.210.650.19
HSL40.75º58.26%54.9%-
HSV(B)40.75º64.73%81.18%-
XYZ40.2140.311.96-
YUV166.4875.25156.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=46.62%
G=36.94%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071647300.210.650.1940.7558.2654.9
HexCFA4490154113293a37
Octal31724411102510123517267
Binary11001111101001001001001010101100000110011101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA449; }

 p { color: rgb(207,164,73); }

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

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

 a { background-color: rgb(207,164,73); }

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

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

 span { border-color: rgb(207,164,73); }

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