Shades of Just Right #DFBEAC
Tints of Just Right #DFBEAC
RGB
CMYK
RGB Variations
Color information
#DFBEAC (or 0xDFBEAC) is known color: Just Right. HEX triplet: DF, BE and AC. RGB value is (223,190,172). Sum of RGB (Red+Green+Blue) = 223+190+172=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEAC is #204153. Grayscale: #C5C5C5. Windows color (decimal): -2113876 or 11321055. OLE color: 11321055.
HSL color Cylindrical-coordinate representation of color #DFBEAC: hue angle of 21.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBEAC is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 172 | - |
CMYK | 0 | 0.15 | 0.23 | 0.13 |
HSL | 21.18º | 0.44% | 0.77% | - |
HSV(B) | 21.18º | 0.23% | 0.87% | - |
XYZ | 56.29 | 55.49 | 46.77 | - |
YUV | 197.82 | 113.43 | 145.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 172 | 0 | 0.15 | 0.23 | 0.13 | 21.18 | 0.44 | 0.77 |
Hex | DF | BE | AC | 0 | F | 17 | D | 15 | 2C | 4D |
Octal | 337 | 276 | 254 | 0 | 17 | 27 | 15 | 25 | 54 | 115 |
Binary | 11011111 | 10111110 | 10101100 | 0 | 1111 | 10111 | 1101 | 10101 | 101100 | 1001101 |
Color Harmonies of #DFBEAC
Complementary color
Monochromatic Colors of #DFBEAC
Black with #DFBEAC
Text Example
Text Example
White with #DFBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEAC; }
p { color: rgb(223,190,172); }
H1.HeaderClassName
{
color: #DFBEAC;
}
.AnyTagClassName
{
color: #DFBEAC;
}
</style>
background-color css
<style>
a { background-color: #DFBEAC; }
a { background-color: rgb(223,190,172); }
div.DivClassName
{
background-color: #DFBEAC;
}
.BgClassName
{
background-color: #DFBEAC;
}
</style>
border-color css
<style>
span { border-color: #DFBEAC; }
span { border-color: rgb(223,190,172); }
td.TdClassName
{
border-color: #DFBEAC;
}
.TagClassName
{
border-color: #DFBEAC;
}
</style>