#cbaf53

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

Shades of Sundance #CBAF53

Tints of Sundance #CBAF53

Color information

#CBAF53 (or 0xCBAF53) is unknown color: approx Sundance. HEX triplet: CB, AF and 53. RGB value is (203,175,83). Sum of RGB (Red+Green+Blue) = 203+175+83=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF53 is #3450AC. Grayscale: #ADADAD. Windows color (decimal): -3428525 or 5484491. OLE color: 5484491.

HSL color Cylindrical-coordinate representation of color #CBAF53: hue angle of 46º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBAF53 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20317583-
CMYK00.140.590.20
HSL46º53.57%56.08%-
HSV(B)46º59.11%79.61%-
XYZ41.5243.9814.48-
YUV172.8877.28149.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 83 (32.81% from 255) = 18.00%
R=44.03%
G=37.96%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031758300.140.590.204653.5756.08
HexCBAF530E3B142e3638
Octal3132571230167324566670
Binary110010111010111110100110111011101110100101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbaf53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbaf53; }

 p { color: rgb(203,175,83); }

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

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

 a { background-color: rgb(203,175,83); }

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

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

 span { border-color: rgb(203,175,83); }

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