#CFB550

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

Shades of Sundance #CFB550

Tints of Sundance #CFB550

Color information

#CFB550 (or 0xCFB550) is unknown color: approx Sundance. HEX triplet: CF, B5 and 50. RGB value is (207,181,80). Sum of RGB (Red+Green+Blue) = 207+181+80=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB550 is #304AAF. Grayscale: #B1B1B1. Windows color (decimal): -3164848 or 5289423. OLE color: 5289423.

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

Color convert

RGB20718180-
CMYK00.130.610.19
HSL47.72º56.95%56.27%-
HSV(B)47.72º61.35%81.18%-
XYZ43.746.8914.34-
YUV177.2673.11149.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 80 (31.64% from 255) = 17.09%
R=44.23%
G=38.68%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071818000.130.610.1947.7256.9556.27
HexCFB5500D3D13303938
Octal3172651200157523607170
Binary110011111011010110100000110111110110011110000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB550; }

 p { color: rgb(207,181,80); }

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

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

 a { background-color: rgb(207,181,80); }

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

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

 span { border-color: rgb(207,181,80); }

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