Html Css Color HEX #DFCE9F Double Colonial White

📋 copy color: '#DFCE9F'

red 223 ◦ green 206 ◦ blue 159

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

Shades of Double Colonial White #DFCE9F

Tints of Double Colonial White #DFCE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.03%

 BLUE value IS 159 (62.5% from 255) = 27.04%

R = 37.93%
G = 35.03%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DFCE9F (or 0xDFCE9F) is known color: Double Colonial White. HEX triplet: DF, CE and 9F. RGB value is (223,206,159). Sum of RGB (Red+Green+Blue) = 223+206+159=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE9F is #203160. Grayscale: #CDCDCD. Windows color (decimal): -2109793 or 10473183. OLE color: 10473183.

HSL color Cylindrical-coordinate representation of color #DFCE9F: hue angle of 44.06º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFCE9F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 159 -
CMYK 0 0.08 0.29 0.13
HSL 44.06º 0.5% 0.75% -
HSV(B) 44.06º 0.29% 0.87% -
XYZ 58.76 62.33 41.74 -
YUV 205.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 223 206 159 0 0.08 0.29 0.13 44.06 0.5 0.75
Hex DF CE 9F 0 8 1D D 2C 32 4B
Octal 337 316 237 0 10 35 15 54 62 113
Binary 11011111 11001110 10011111 0 1000 11101 1101 101100 110010 1001011

Color Harmonies of #DFCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE9F

Black with #DFCE9F

Text Example


Text Example

White with #DFCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE9F; }

 p { color: rgb(223,206,159); }

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

background-color css

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

 a { background-color: rgb(223,206,159); }

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

border-color css

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

 span { border-color: rgb(223,206,159); }

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