Shades of Chalky #DFC283
Tints of Chalky #DFC283
RGB
CMYK
RGB Variations
Color information
#DFC283 (or 0xDFC283) is known color: Chalky. HEX triplet: DF, C2 and 83. RGB value is (223,194,131). Sum of RGB (Red+Green+Blue) = 223+194+131=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC283 is #203D7C. Grayscale: #C3C3C3. Windows color (decimal): -2112893 or 8635103. OLE color: 8635103.
HSL color Cylindrical-coordinate representation of color #DFC283: hue angle of 41.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFC283 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 131 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.13 |
| HSL | 41.09º | 0.59% | 0.69% | - |
| HSV(B) | 41.09º | 0.41% | 0.87% | - |
| XYZ | 53.82 | 55.91 | 29.43 | - |
| YUV | 195.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 131 | 0 | 0.13 | 0.41 | 0.13 | 41.09 | 0.59 | 0.69 |
| Hex | DF | C2 | 83 | 0 | D | 29 | D | 29 | 3B | 45 |
| Octal | 337 | 302 | 203 | 0 | 15 | 51 | 15 | 51 | 73 | 105 |
| Binary | 11011111 | 11000010 | 10000011 | 0 | 1101 | 101001 | 1101 | 101001 | 111011 | 1000101 |
Color Harmonies of #DFC283
Complementary color
Monochromatic Colors of #DFC283
Black with #DFC283
Text Example
Text Example
White with #DFC283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC283; }
p { color: rgb(223,194,131); }
H1.HeaderClassName
{
color: #DFC283;
}
.AnyTagClassName
{
color: #DFC283;
}
</style>
background-color css
<style>
a { background-color: #DFC283; }
a { background-color: rgb(223,194,131); }
div.DivClassName
{
background-color: #DFC283;
}
.BgClassName
{
background-color: #DFC283;
}
</style>
border-color css
<style>
span { border-color: #DFC283; }
span { border-color: rgb(223,194,131); }
td.TdClassName
{
border-color: #DFC283;
}
.TagClassName
{
border-color: #DFC283;
}
</style>