Html Css Color HEX #DFD094 Double Colonial White

📋 copy color: '#DFD094'

red 223 ◦ green 208 ◦ blue 148

#DFD094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Colonial White #DFD094

Tints of Double Colonial White #DFD094

RGB

 RED value IS 223 (87.5% from 255) = 38.51%

 GREEN value IS 208 (81.64% from 255) = 35.92%

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 38.51%
G = 35.92%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFD094 (or 0xDFD094) is known color: Double Colonial White. HEX triplet: DF, D0 and 94. RGB value is (223,208,148). Sum of RGB (Red+Green+Blue) = 223+208+148=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD094 is #202F6B. Grayscale: #CDCDCD. Windows color (decimal): -2109292 or 9752799. OLE color: 9752799.

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

Color convert

RGB 223 208 148 -
CMYK 0 0.07 0.34 0.13
HSL 48º 0.54% 0.73% -
HSV(B) 48º 0.34% 0.87% -
XYZ 58.33 62.94 37.09 -
YUV 205.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 223 208 148 0 0.07 0.34 0.13 48 0.54 0.73
Hex DF D0 94 0 7 22 D 30 36 49
Octal 337 320 224 0 7 42 15 60 66 111
Binary 11011111 11010000 10010100 0 111 100010 1101 110000 110110 1001001

Color Harmonies of #DFD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD094

Black with #DFD094

Text Example


Text Example

White with #DFD094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD094; }

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

 H1.HeaderClassName
 {
   color: #DFD094;
 }
 .AnyTagClassName
 {
   color: #DFD094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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