Html Css Color HEX #DFC895 Double Colonial White

📋 copy color: '#DFC895'

red 223 ◦ green 200 ◦ blue 149

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

Shades of Double Colonial White #DFC895

Tints of Double Colonial White #DFC895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.97%

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

R = 38.99%
G = 34.97%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFC895 (or 0xDFC895) is known color: Double Colonial White. HEX triplet: DF, C8 and 95. RGB value is (223,200,149). Sum of RGB (Red+Green+Blue) = 223+200+149=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC895 is #20376A. Grayscale: #C9C9C9. Windows color (decimal): -2111339 or 9816287. OLE color: 9816287.

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

Color convert

RGB 223 200 149 -
CMYK 0 0.10 0.33 0.13
HSL 41.35º 0.54% 0.73% -
HSV(B) 41.35º 0.33% 0.87% -
XYZ 56.51 59.17 36.88 -
YUV 201.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 223 200 149 0 0.10 0.33 0.13 41.35 0.54 0.73
Hex DF C8 95 0 A 21 D 29 36 49
Octal 337 310 225 0 12 41 15 51 66 111
Binary 11011111 11001000 10010101 0 1010 100001 1101 101001 110110 1001001

Color Harmonies of #DFC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC895

Black with #DFC895

Text Example


Text Example

White with #DFC895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC895; }

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

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

background-color css

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

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

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

border-color css

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

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

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