Html Css Color HEX #D0BE9C Double Spanish White
📋 copy color: '#D0BE9C'red 208 ◦ green 190 ◦ blue 156
Shades of Double Spanish White #D0BE9C
Tints of Double Spanish White #D0BE9C
RGB
CMYK
RGB Variations
Color information
#D0BE9C (or 0xD0BE9C) is known color: Double Spanish White. HEX triplet: D0, BE and 9C. RGB value is (208,190,156). Sum of RGB (Red+Green+Blue) = 208+190+156=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE9C is #2F4163. Grayscale: #BFBFBF. Windows color (decimal): -3096932 or 10272464. OLE color: 10272464.
HSL color Cylindrical-coordinate representation of color #D0BE9C: hue angle of 39.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BE9C is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 156 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.18 |
| HSL | 39.23º | 0.36% | 0.71% | - |
| HSV(B) | 39.23º | 0.25% | 0.82% | - |
| XYZ | 50.43 | 52.64 | 38.95 | - |
| YUV | 191.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 156 | 0 | 0.09 | 0.25 | 0.18 | 39.23 | 0.36 | 0.71 |
| Hex | D0 | BE | 9C | 0 | 9 | 19 | 12 | 27 | 24 | 47 |
| Octal | 320 | 276 | 234 | 0 | 11 | 31 | 22 | 47 | 44 | 107 |
| Binary | 11010000 | 10111110 | 10011100 | 0 | 1001 | 11001 | 10010 | 100111 | 100100 | 1000111 |
Color Harmonies of #D0BE9C
Complementary color
Monochromatic Colors of #D0BE9C
Black with #D0BE9C
Text Example
Text Example
White with #D0BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE9C; }
p { color: rgb(208,190,156); }
H1.HeaderClassName
{
color: #D0BE9C;
}
.AnyTagClassName
{
color: #D0BE9C;
}
</style>
background-color css
<style>
a { background-color: #D0BE9C; }
a { background-color: rgb(208,190,156); }
div.DivClassName
{
background-color: #D0BE9C;
}
.BgClassName
{
background-color: #D0BE9C;
}
</style>
border-color css
<style>
span { border-color: #D0BE9C; }
span { border-color: rgb(208,190,156); }
td.TdClassName
{
border-color: #D0BE9C;
}
.TagClassName
{
border-color: #D0BE9C;
}
</style>