Shades of Sundance #CBB44F
Tints of Sundance #CBB44F
RGB
CMYK
RGB Variations
Color information
#CBB44F (or 0xCBB44F) is known color: 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
| RGB | 203 | 180 | 79 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.20 |
| HSL | 48.87º | 0.54% | 0.55% | - |
| HSV(B) | 48.87º | 0.61% | 0.8% | - |
| XYZ | 42.36 | 45.9 | 14.02 | - |
| YUV | 175.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 79 | 0 | 0.11 | 0.61 | 0.20 | 48.87 | 0.54 | 0.55 |
| Hex | CB | B4 | 4F | 0 | B | 3D | 14 | 31 | 36 | 37 |
| Octal | 313 | 264 | 117 | 0 | 13 | 75 | 24 | 61 | 66 | 67 |
| Binary | 11001011 | 10110100 | 1001111 | 0 | 1011 | 111101 | 10100 | 110001 | 110110 | 110111 |
Color Harmonies of #CBB44F
Complementary color
Monochromatic Colors of #CBB44F
Black with #CBB44F
Text Example
Text Example
White with #CBB44F
Text Example
Text Example
HTML Codes & Css Web 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>