#CFA346

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

Shades of Sundance #CFA346

Tints of Sundance #CFA346

Color information

#CFA346 (or 0xCFA346) is unknown color: approx Sundance. HEX triplet: CF, A3 and 46. RGB value is (207,163,70). Sum of RGB (Red+Green+Blue) = 207+163+70=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA346 is #305CB9. Grayscale: #A5A5A5. Windows color (decimal): -3169466 or 4629455. OLE color: 4629455.

HSL color Cylindrical-coordinate representation of color #CFA346: hue angle of 40.73º 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 #CFA346 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20716370-
CMYK00.210.660.19
HSL40.73º58.8%54.31%-
HSV(B)40.73º66.18%81.18%-
XYZ39.9339.911.39-
YUV165.5574.08157.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 70 (27.73% from 255) = 15.91%
R=47.05%
G=37.05%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071637000.210.660.1940.7358.854.31
HexCFA3460154213293b36
Octal31724310602510223517366
Binary11001111101000111000110010101100001010011101001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA346; }

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

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

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

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

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

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

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

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