Shades of Sundance #D0B152
Tints of Sundance #D0B152
RGB
CMYK
RGB Variations
Color information
#D0B152 (or 0xD0B152) is known color: Sundance. HEX triplet: D0, B1 and 52. RGB value is (208,177,82). Sum of RGB (Red+Green+Blue) = 208+177+82=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B152 is #2F4EAD. Grayscale: #AFAFAF. Windows color (decimal): -3100334 or 5419472. OLE color: 5419472.
HSL color Cylindrical-coordinate representation of color #D0B152: hue angle of 45.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0B152 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 82 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.18 |
| HSL | 45.24º | 0.57% | 0.57% | - |
| HSV(B) | 45.24º | 0.61% | 0.82% | - |
| XYZ | 43.26 | 45.46 | 14.48 | - |
| YUV | 175.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 82 | 0 | 0.15 | 0.61 | 0.18 | 45.24 | 0.57 | 0.57 |
| Hex | D0 | B1 | 52 | 0 | F | 3D | 12 | 2D | 39 | 39 |
| Octal | 320 | 261 | 122 | 0 | 17 | 75 | 22 | 55 | 71 | 71 |
| Binary | 11010000 | 10110001 | 1010010 | 0 | 1111 | 111101 | 10010 | 101101 | 111001 | 111001 |
Color Harmonies of #D0B152
Complementary color
Monochromatic Colors of #D0B152
Black with #D0B152
Text Example
Text Example
White with #D0B152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B152; }
p { color: rgb(208,177,82); }
H1.HeaderClassName
{
color: #D0B152;
}
.AnyTagClassName
{
color: #D0B152;
}
</style>
background-color css
<style>
a { background-color: #D0B152; }
a { background-color: rgb(208,177,82); }
div.DivClassName
{
background-color: #D0B152;
}
.BgClassName
{
background-color: #D0B152;
}
</style>
border-color css
<style>
span { border-color: #D0B152; }
span { border-color: rgb(208,177,82); }
td.TdClassName
{
border-color: #D0B152;
}
.TagClassName
{
border-color: #D0B152;
}
</style>