Html Css Color HEX #DFD095 Double Colonial White

📋 copy color: '#DFD095'

red 223 ◦ green 208 ◦ blue 149

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

Shades of Double Colonial White #DFD095

Tints of Double Colonial White #DFD095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.69%

R = 38.45%
G = 35.86%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFD095 (or 0xDFD095) is known color: Double Colonial White. HEX triplet: DF, D0 and 95. RGB value is (223,208,149). Sum of RGB (Red+Green+Blue) = 223+208+149=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD095 is #202F6A. Grayscale: #CECECE. Windows color (decimal): -2109291 or 9818335. OLE color: 9818335.

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

Color convert

RGB 223 208 149 -
CMYK 0 0.07 0.33 0.13
HSL 47.84º 0.54% 0.73% -
HSV(B) 47.84º 0.33% 0.87% -
XYZ 58.41 62.97 37.51 -
YUV 205.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 223 208 149 0 0.07 0.33 0.13 47.84 0.54 0.73
Hex DF D0 95 0 7 21 D 30 36 49
Octal 337 320 225 0 7 41 15 60 66 111
Binary 11011111 11010000 10010101 0 111 100001 1101 110000 110110 1001001

Color Harmonies of #DFD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD095

Black with #DFD095

Text Example


Text Example

White with #DFD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD095; }

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

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

background-color css

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

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

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

border-color css

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

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

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