#CBAD50

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

Shades of Sundance #CBAD50

Tints of Sundance #CBAD50

Color information

#CBAD50 (or 0xCBAD50) is unknown color: approx Sundance. HEX triplet: CB, AD and 50. RGB value is (203,173,80). Sum of RGB (Red+Green+Blue) = 203+173+80=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD50 is #3452AF. Grayscale: #ABABAB. Windows color (decimal): -3429040 or 5287371. OLE color: 5287371.

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

Color convert

RGB20317380-
CMYK00.150.610.20
HSL45.37º54.19%55.49%-
HSV(B)45.37º60.59%79.61%-
XYZ41.0243.1613.76-
YUV171.3776.44150.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=44.52%
G=37.94%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031738000.150.610.2045.3754.1955.49
HexCBAD500F3D142d3637
Octal3132551200177524556667
Binary110010111010110110100000111111110110100101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD50; }

 p { color: rgb(203,173,80); }

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

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

 a { background-color: rgb(203,173,80); }

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

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

 span { border-color: rgb(203,173,80); }

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