#CFAC46

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

Shades of Sundance #CFAC46

Tints of Sundance #CFAC46

Color information

#CFAC46 (or 0xCFAC46) is unknown color: approx Sundance. HEX triplet: CF, AC and 46. RGB value is (207,172,70). Sum of RGB (Red+Green+Blue) = 207+172+70=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC46 is #3053B9. Grayscale: #ABABAB. Windows color (decimal): -3167162 or 4631759. OLE color: 4631759.

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

Color convert

RGB20717270-
CMYK00.170.660.19
HSL44.67º58.8%54.31%-
HSV(B)44.67º66.18%81.18%-
XYZ41.5943.2111.94-
YUV170.8471.1153.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=46.10%
G=38.31%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071727000.170.660.1944.6758.854.31
HexCFAC4601142132d3b36
Octal31725410602110223557366
Binary11001111101011001000110010001100001010011101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC46; }

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

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

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

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

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

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

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

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