#cbaf50

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

Shades of Sundance #CBAF50

Tints of Sundance #CBAF50

Color information

#CBAF50 (or 0xCBAF50) is unknown color: approx Sundance. HEX triplet: CB, AF and 50. RGB value is (203,175,80). Sum of RGB (Red+Green+Blue) = 203+175+80=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF50 is #3450AF. Grayscale: #ACACAC. Windows color (decimal): -3428528 or 5287883. OLE color: 5287883.

HSL color Cylindrical-coordinate representation of color #CBAF50: hue angle of 46.34º 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 #CBAF50 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20317580-
CMYK00.140.610.20
HSL46.34º54.19%55.49%-
HSV(B)46.34º60.59%79.61%-
XYZ41.4143.9413.89-
YUV172.5475.78149.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=44.32%
G=38.21%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031758000.140.610.2046.3454.1955.49
HexCBAF500E3D142e3637
Octal3132571200167524566667
Binary110010111010111110100000111011110110100101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbaf50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbaf50; }

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

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

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

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

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

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

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

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