Html Css Color HEX #DFCF90 Double Colonial White
📋 copy color: '#DFCF90'red 223 ◦ green 207 ◦ blue 144
Shades of Double Colonial White #DFCF90
Tints of Double Colonial White #DFCF90
RGB
CMYK
RGB Variations
Color information
#DFCF90 (or 0xDFCF90) is known color: Double Colonial White. HEX triplet: DF, CF and 90. RGB value is (223,207,144). Sum of RGB (Red+Green+Blue) = 223+207+144=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF90 is #20306F. Grayscale: #CCCCCC. Windows color (decimal): -2109552 or 9490399. OLE color: 9490399.
HSL color Cylindrical-coordinate representation of color #DFCF90: hue angle of 47.85º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFCF90 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 144 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.13 |
| HSL | 47.85º | 0.55% | 0.72% | - |
| HSV(B) | 47.85º | 0.35% | 0.87% | - |
| XYZ | 57.78 | 62.33 | 35.37 | - |
| YUV | 204.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 144 | 0 | 0.07 | 0.35 | 0.13 | 47.85 | 0.55 | 0.72 |
| Hex | DF | CF | 90 | 0 | 7 | 23 | D | 30 | 37 | 48 |
| Octal | 337 | 317 | 220 | 0 | 7 | 43 | 15 | 60 | 67 | 110 |
| Binary | 11011111 | 11001111 | 10010000 | 0 | 111 | 100011 | 1101 | 110000 | 110111 | 1001000 |
Color Harmonies of #DFCF90
Complementary color
Monochromatic Colors of #DFCF90
Black with #DFCF90
Text Example
Text Example
White with #DFCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF90; }
p { color: rgb(223,207,144); }
H1.HeaderClassName
{
color: #DFCF90;
}
.AnyTagClassName
{
color: #DFCF90;
}
</style>
background-color css
<style>
a { background-color: #DFCF90; }
a { background-color: rgb(223,207,144); }
div.DivClassName
{
background-color: #DFCF90;
}
.BgClassName
{
background-color: #DFCF90;
}
</style>
border-color css
<style>
span { border-color: #DFCF90; }
span { border-color: rgb(223,207,144); }
td.TdClassName
{
border-color: #DFCF90;
}
.TagClassName
{
border-color: #DFCF90;
}
</style>