#DFC997

Color #DFC997 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DFC997

Tints of Double Colonial White #DFC997

Color information

#DFC997 (or 0xDFC997) is unknown color: approx Double Colonial White. HEX triplet: DF, C9 and 97. RGB value is (223,201,151). Sum of RGB (Red+Green+Blue) = 223+201+151=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC997 is #203668. Grayscale: #CACACA. Windows color (decimal): -2111081 or 9947615. OLE color: 9947615.

HSL color Cylindrical-coordinate representation of color #DFC997: hue angle of 41.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFC997 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223201151-
CMYK00.100.320.13
HSL41.67º52.94%73.33%-
HSV(B)41.67º32.29%87.45%-
XYZ56.959.737.8-
YUV201.8899.29143.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=38.78%
G=34.96%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320115100.100.320.1341.6752.9473.33
HexDFC9970A20D2a3549
Octal33731122701240155265111
Binary1101111111001001100101110101010000011011010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC997; }

 p { color: rgb(223,201,151); }

 H1.HeaderClassName
 {
   color: #DFC997;
 }
 .AnyTagClassName
 {
   color: #DFC997;
 }
</style>
background-color css

<style>
 a { background-color: #DFC997; }

 a { background-color: rgb(223,201,151); }

 div.DivClassName
 {
   background-color: #DFC997;
 }
 .BgClassName
 {
   background-color: #DFC997;
 }
</style>
border-color css

<style>
 span { border-color: #DFC997; }

 span { border-color: rgb(223,201,151); }

 td.TdClassName
 {
   border-color: #DFC997;
 }
 .TagClassName
 {
   border-color: #DFC997;
 }
</style>