Html Css Color HEX #DFCC9E Double Colonial White

📋 copy color: '#DFCC9E'

red 223 ◦ green 204 ◦ blue 158

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

Shades of Double Colonial White #DFCC9E

Tints of Double Colonial White #DFCC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 158 (62.11% from 255) = 27.01%

R = 38.12%
G = 34.87%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DFCC9E (or 0xDFCC9E) is known color: Double Colonial White. HEX triplet: DF, CC and 9E. RGB value is (223,204,158). Sum of RGB (Red+Green+Blue) = 223+204+158=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9E is #203361. Grayscale: #CCCCCC. Windows color (decimal): -2110306 or 10407135. OLE color: 10407135.

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

Color convert

RGB 223 204 158 -
CMYK 0 0.09 0.29 0.13
HSL 42.46º 0.5% 0.75% -
HSV(B) 42.46º 0.29% 0.87% -
XYZ 58.2 61.34 41.12 -
YUV 204.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 223 204 158 0 0.09 0.29 0.13 42.46 0.5 0.75
Hex DF CC 9E 0 9 1D D 2A 32 4B
Octal 337 314 236 0 11 35 15 52 62 113
Binary 11011111 11001100 10011110 0 1001 11101 1101 101010 110010 1001011

Color Harmonies of #DFCC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC9E

Black with #DFCC9E

Text Example


Text Example

White with #DFCC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC9E; }

 p { color: rgb(223,204,158); }

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

background-color css

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

 a { background-color: rgb(223,204,158); }

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

border-color css

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

 span { border-color: rgb(223,204,158); }

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