#DFC998

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

Shades of Double Colonial White #DFC998

Tints of Double Colonial White #DFC998

Color information

#DFC998 (or 0xDFC998) is unknown color: approx Double Colonial White. HEX triplet: DF, C9 and 98. RGB value is (223,201,152). Sum of RGB (Red+Green+Blue) = 223+201+152=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC998 is #203667. Grayscale: #CACACA. Windows color (decimal): -2111080 or 10013151. OLE color: 10013151.

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

Color convert

RGB223201152-
CMYK00.100.320.13
HSL41.41º52.59%73.53%-
HSV(B)41.41º31.84%87.45%-
XYZ56.9959.7338.23-
YUV201.9999.79142.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=38.72%
G=34.90%
B=26.39%

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
Decimal22320115200.100.320.1341.4152.5973.53
HexDFC9980A20D29354a
Octal33731123001240155165112
Binary1101111111001001100110000101010000011011010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC998; }

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

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

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

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

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

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

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

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