#CFA746

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

Shades of Sundance #CFA746

Tints of Sundance #CFA746

Color information

#CFA746 (or 0xCFA746) is unknown color: approx Sundance. HEX triplet: CF, A7 and 46. RGB value is (207,167,70). Sum of RGB (Red+Green+Blue) = 207+167+70=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA746 is #3058B9. Grayscale: #A8A8A8. Windows color (decimal): -3168442 or 4630479. OLE color: 4630479.

HSL color Cylindrical-coordinate representation of color #CFA746: hue angle of 42.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFA746 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20716770-
CMYK00.190.660.19
HSL42.48º58.8%54.31%-
HSV(B)42.48º66.18%81.18%-
XYZ40.6641.3511.63-
YUV167.972.75155.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 167 (65.62% from 255) = 37.61%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=46.62%
G=37.61%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071677000.190.660.1942.4858.854.31
HexCFA74601342132a3b36
Octal31724710602310223527366
Binary11001111101001111000110010011100001010011101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA746; }

 p { color: rgb(207,167,70); }

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

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

 a { background-color: rgb(207,167,70); }

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

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

 span { border-color: rgb(207,167,70); }

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