Html Css Color HEX #DFC891 Double Colonial White

📋 copy color: '#DFC891'

red 223 ◦ green 200 ◦ blue 145

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

Shades of Double Colonial White #DFC891

Tints of Double Colonial White #DFC891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.53%

R = 39.26%
G = 35.21%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFC891 (or 0xDFC891) is known color: Double Colonial White. HEX triplet: DF, C8 and 91. RGB value is (223,200,145). Sum of RGB (Red+Green+Blue) = 223+200+145=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC891 is #20376E. Grayscale: #C8C8C8. Windows color (decimal): -2111343 or 9554143. OLE color: 9554143.

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

Color convert

RGB 223 200 145 -
CMYK 0 0.10 0.35 0.13
HSL 42.31º 0.55% 0.72% -
HSV(B) 42.31º 0.35% 0.87% -
XYZ 56.2 59.04 35.22 -
YUV 200.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 223 200 145 0 0.10 0.35 0.13 42.31 0.55 0.72
Hex DF C8 91 0 A 23 D 2A 37 48
Octal 337 310 221 0 12 43 15 52 67 110
Binary 11011111 11001000 10010001 0 1010 100011 1101 101010 110111 1001000

Color Harmonies of #DFC891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC891

Black with #DFC891

Text Example


Text Example

White with #DFC891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC891; }

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

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

background-color css

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

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

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

border-color css

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

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

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