Html Css Color HEX #DFCD90 Double Colonial White
📋 copy color: '#DFCD90'red 223 ◦ green 205 ◦ blue 144
Shades of Double Colonial White #DFCD90
Tints of Double Colonial White #DFCD90
RGB
CMYK
RGB Variations
Color information
#DFCD90 (or 0xDFCD90) is known color: Double Colonial White. HEX triplet: DF, CD and 90. RGB value is (223,205,144). Sum of RGB (Red+Green+Blue) = 223+205+144=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD90 is #20326F. Grayscale: #CBCBCB. Windows color (decimal): -2110064 or 9489887. OLE color: 9489887.
HSL color Cylindrical-coordinate representation of color #DFCD90: hue angle of 46.33º 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 #DFCD90 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 144 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.13 |
| HSL | 46.33º | 0.55% | 0.72% | - |
| HSV(B) | 46.33º | 0.35% | 0.87% | - |
| XYZ | 57.3 | 61.36 | 35.21 | - |
| YUV | 203.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 144 | 0 | 0.08 | 0.35 | 0.13 | 46.33 | 0.55 | 0.72 |
| Hex | DF | CD | 90 | 0 | 8 | 23 | D | 2E | 37 | 48 |
| Octal | 337 | 315 | 220 | 0 | 10 | 43 | 15 | 56 | 67 | 110 |
| Binary | 11011111 | 11001101 | 10010000 | 0 | 1000 | 100011 | 1101 | 101110 | 110111 | 1001000 |
Color Harmonies of #DFCD90
Complementary color
Monochromatic Colors of #DFCD90
Black with #DFCD90
Text Example
Text Example
White with #DFCD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD90; }
p { color: rgb(223,205,144); }
H1.HeaderClassName
{
color: #DFCD90;
}
.AnyTagClassName
{
color: #DFCD90;
}
</style>
background-color css
<style>
a { background-color: #DFCD90; }
a { background-color: rgb(223,205,144); }
div.DivClassName
{
background-color: #DFCD90;
}
.BgClassName
{
background-color: #DFCD90;
}
</style>
border-color css
<style>
span { border-color: #DFCD90; }
span { border-color: rgb(223,205,144); }
td.TdClassName
{
border-color: #DFCD90;
}
.TagClassName
{
border-color: #DFCD90;
}
</style>