#CBB44F

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

Shades of Sundance #CBB44F

Tints of Sundance #CBB44F

Color information

#CBB44F (or 0xCBB44F) is unknown color: approx Sundance. HEX triplet: CB, B4 and 4F. RGB value is (203,180,79). Sum of RGB (Red+Green+Blue) = 203+180+79=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB44F is #344BB0. Grayscale: #AFAFAF. Windows color (decimal): -3427249 or 5223627. OLE color: 5223627.

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

Color convert

RGB20318079-
CMYK00.110.610.20
HSL48.87º54.39%55.29%-
HSV(B)48.87º61.08%79.61%-
XYZ42.3645.914.02-
YUV175.3673.62147.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 79 (31.25% from 255) = 17.10%
R=43.94%
G=38.96%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031807900.110.610.2048.8754.3955.29
HexCBB44F0B3D14313637
Octal3132641170137524616667
Binary110010111011010010011110101111110110100110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB44F; }

 p { color: rgb(203,180,79); }

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

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

 a { background-color: rgb(203,180,79); }

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

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

 span { border-color: rgb(203,180,79); }

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