Html Css Color HEX #DFCC9F Double Colonial White

📋 copy color: '#DFCC9F'

red 223 ◦ green 204 ◦ blue 159

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

Shades of Double Colonial White #DFCC9F

Tints of Double Colonial White #DFCC9F

RGB

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

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

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

R = 38.05%
G = 34.81%
B = 27.13%

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

#DFCC9F (or 0xDFCC9F) is known color: Double Colonial White. HEX triplet: DF, CC and 9F. RGB value is (223,204,159). Sum of RGB (Red+Green+Blue) = 223+204+159=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9F is #203360. Grayscale: #CCCCCC. Windows color (decimal): -2110305 or 10472671. OLE color: 10472671.

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

Color convert

RGB 223 204 159 -
CMYK 0 0.09 0.29 0.13
HSL 42.19º 0.5% 0.75% -
HSV(B) 42.19º 0.29% 0.87% -
XYZ 58.28 61.38 41.58 -
YUV 204.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 223 204 159 0 0.09 0.29 0.13 42.19 0.5 0.75
Hex DF CC 9F 0 9 1D D 2A 32 4B
Octal 337 314 237 0 11 35 15 52 62 113
Binary 11011111 11001100 10011111 0 1001 11101 1101 101010 110010 1001011

Color Harmonies of #DFCC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC9F

Black with #DFCC9F

Text Example


Text Example

White with #DFCC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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