#DFD18F

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

Shades of Double Colonial White #DFD18F

Tints of Double Colonial White #DFD18F

Color information

#DFD18F (or 0xDFD18F) is unknown color: approx Double Colonial White. HEX triplet: DF, D1 and 8F. RGB value is (223,209,143). Sum of RGB (Red+Green+Blue) = 223+209+143=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD18F is #202E70. Grayscale: #CDCDCD. Windows color (decimal): -2109041 or 9425375. OLE color: 9425375.

HSL color Cylindrical-coordinate representation of color #DFD18F: hue angle of 49.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFD18F is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223209143-
CMYK00.060.360.13
HSL49.5º55.56%71.76%-
HSV(B)49.5º35.87%87.45%-
XYZ58.1963.2735.13-
YUV205.6692.64140.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 209 (82.03% from 255) = 36.35%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=38.78%
G=36.35%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320914300.060.360.1349.555.5671.76
HexDFD18F0624D323848
Octal3373212170644156270110
Binary110111111101000110001111011010010011011100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD18F; }

 p { color: rgb(223,209,143); }

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

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

 a { background-color: rgb(223,209,143); }

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

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

 span { border-color: rgb(223,209,143); }

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