Shades of Just Right #D4BDAD
Tints of Just Right #D4BDAD
RGB
CMYK
RGB Variations
Color information
#D4BDAD (or 0xD4BDAD) is known color: Just Right. HEX triplet: D4, BD and AD. RGB value is (212,189,173). Sum of RGB (Red+Green+Blue) = 212+189+173=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BDAD is #2B4252. Grayscale: #C2C2C2. Windows color (decimal): -2835027 or 11386324. OLE color: 11386324.
HSL color Cylindrical-coordinate representation of color #D4BDAD: hue angle of 24.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BDAD is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 173 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.17 |
| HSL | 24.62º | 0.31% | 0.75% | - |
| HSV(B) | 24.62º | 0.18% | 0.83% | - |
| XYZ | 52.89 | 53.41 | 47.06 | - |
| YUV | 194.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 173 | 0 | 0.11 | 0.18 | 0.17 | 24.62 | 0.31 | 0.75 |
| Hex | D4 | BD | AD | 0 | B | 12 | 11 | 19 | 1F | 4B |
| Octal | 324 | 275 | 255 | 0 | 13 | 22 | 21 | 31 | 37 | 113 |
| Binary | 11010100 | 10111101 | 10101101 | 0 | 1011 | 10010 | 10001 | 11001 | 11111 | 1001011 |
Color Harmonies of #D4BDAD
Complementary color
Monochromatic Colors of #D4BDAD
Black with #D4BDAD
Text Example
Text Example
White with #D4BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDAD; }
p { color: rgb(212,189,173); }
H1.HeaderClassName
{
color: #D4BDAD;
}
.AnyTagClassName
{
color: #D4BDAD;
}
</style>
background-color css
<style>
a { background-color: #D4BDAD; }
a { background-color: rgb(212,189,173); }
div.DivClassName
{
background-color: #D4BDAD;
}
.BgClassName
{
background-color: #D4BDAD;
}
</style>
border-color css
<style>
span { border-color: #D4BDAD; }
span { border-color: rgb(212,189,173); }
td.TdClassName
{
border-color: #D4BDAD;
}
.TagClassName
{
border-color: #D4BDAD;
}
</style>