#DFCF98

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

Shades of Double Colonial White #DFCF98

Tints of Double Colonial White #DFCF98

Color information

#DFCF98 (or 0xDFCF98) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 98. RGB value is (223,207,152). Sum of RGB (Red+Green+Blue) = 223+207+152=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF98 is #203067. Grayscale: #CDCDCD. Windows color (decimal): -2109544 or 10014687. OLE color: 10014687.

HSL color Cylindrical-coordinate representation of color #DFCF98: hue angle of 46.48º 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 #DFCF98 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223207152-
CMYK00.070.320.13
HSL46.48º52.59%73.53%-
HSV(B)46.48º31.84%87.45%-
XYZ58.4162.5838.71-
YUV205.5197.8140.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 152 (59.77% from 255) = 26.12%
R=38.32%
G=35.57%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320715200.070.320.1346.4852.5973.53
HexDFCF980720D2e354a
Octal3373172300740155665112
Binary110111111100111110011000011110000011011011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF98; }

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

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

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

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

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

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

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

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