#DFD092

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

Shades of Double Colonial White #DFD092

Tints of Double Colonial White #DFD092

Color information

#DFD092 (or 0xDFD092) is unknown color: approx Double Colonial White. HEX triplet: DF, D0 and 92. RGB value is (223,208,146). Sum of RGB (Red+Green+Blue) = 223+208+146=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD092 is #202F6D. Grayscale: #CDCDCD. Windows color (decimal): -2109294 or 9621727. OLE color: 9621727.

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

Color convert

RGB223208146-
CMYK00.070.350.13
HSL48.31º54.61%72.35%-
HSV(B)48.31º34.53%87.45%-
XYZ58.1862.8836.26-
YUV205.4294.47140.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=38.65%
G=36.05%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320814600.070.350.1348.3154.6172.35
HexDFD0920723D303748
Octal3373202220743156067110
Binary110111111101000010010010011110001111011100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD092; }

 p { color: rgb(223,208,146); }

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

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

 a { background-color: rgb(223,208,146); }

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

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

 span { border-color: rgb(223,208,146); }

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