#CFB352

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

Shades of Sundance #CFB352

Tints of Sundance #CFB352

Color information

#CFB352 (or 0xCFB352) is unknown color: approx Sundance. HEX triplet: CF, B3 and 52. RGB value is (207,179,82). Sum of RGB (Red+Green+Blue) = 207+179+82=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB352 is #304CAD. Grayscale: #B0B0B0. Windows color (decimal): -3165358 or 5419983. OLE color: 5419983.

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

Color convert

RGB20717982-
CMYK00.140.600.19
HSL46.56º56.56%56.67%-
HSV(B)46.56º60.39%81.18%-
XYZ43.3846.1114.6-
YUV176.3174.78149.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 82 (32.42% from 255) = 17.52%
R=44.23%
G=38.25%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071798200.140.600.1946.5656.5656.67
HexCFB3520E3C132f3939
Octal3172631220167423577171
Binary110011111011001110100100111011110010011101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB352; }

 p { color: rgb(207,179,82); }

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

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

 a { background-color: rgb(207,179,82); }

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

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

 span { border-color: rgb(207,179,82); }

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