Shades of Sundance #CBB74B
Tints of Sundance #CBB74B
RGB
CMYK
RGB Variations
Color information
#CBB74B (or 0xCBB74B) is known color: Sundance. HEX triplet: CB, B7 and 4B. RGB value is (203,183,75). Sum of RGB (Red+Green+Blue) = 203+183+75=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB74B is #3448B4. Grayscale: #B1B1B1. Windows color (decimal): -3426485 or 4962251. OLE color: 4962251.
HSL color Cylindrical-coordinate representation of color #CBB74B: hue angle of 50.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBB74B is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 75 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.20 |
| HSL | 50.63º | 0.55% | 0.55% | - |
| HSV(B) | 50.63º | 0.63% | 0.8% | - |
| XYZ | 42.83 | 47.07 | 13.48 | - |
| YUV | 176.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 75 | 0 | 0.10 | 0.63 | 0.20 | 50.63 | 0.55 | 0.55 |
| Hex | CB | B7 | 4B | 0 | A | 3F | 14 | 33 | 37 | 37 |
| Octal | 313 | 267 | 113 | 0 | 12 | 77 | 24 | 63 | 67 | 67 |
| Binary | 11001011 | 10110111 | 1001011 | 0 | 1010 | 111111 | 10100 | 110011 | 110111 | 110111 |
Color Harmonies of #CBB74B
Complementary color
Monochromatic Colors of #CBB74B
Black with #CBB74B
Text Example
Text Example
White with #CBB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB74B; }
p { color: rgb(203,183,75); }
H1.HeaderClassName
{
color: #CBB74B;
}
.AnyTagClassName
{
color: #CBB74B;
}
</style>
background-color css
<style>
a { background-color: #CBB74B; }
a { background-color: rgb(203,183,75); }
div.DivClassName
{
background-color: #CBB74B;
}
.BgClassName
{
background-color: #CBB74B;
}
</style>
border-color css
<style>
span { border-color: #CBB74B; }
span { border-color: rgb(203,183,75); }
td.TdClassName
{
border-color: #CBB74B;
}
.TagClassName
{
border-color: #CBB74B;
}
</style>