Html Css Color HEX #DFCC94 Double Colonial White

📋 copy color: '#DFCC94'

red 223 ◦ green 204 ◦ blue 148

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

Shades of Double Colonial White #DFCC94

Tints of Double Colonial White #DFCC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 38.78%
G = 35.48%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFCC94 (or 0xDFCC94) is known color: Double Colonial White. HEX triplet: DF, CC and 94. RGB value is (223,204,148). Sum of RGB (Red+Green+Blue) = 223+204+148=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC94 is #20336B. Grayscale: #CBCBCB. Windows color (decimal): -2110316 or 9751775. OLE color: 9751775.

HSL color Cylindrical-coordinate representation of color #DFCC94: hue angle of 44.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFCC94 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 148 -
CMYK 0 0.09 0.34 0.13
HSL 44.8º 0.54% 0.73% -
HSV(B) 44.8º 0.34% 0.87% -
XYZ 57.37 61.01 36.77 -
YUV 203.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 223 204 148 0 0.09 0.34 0.13 44.8 0.54 0.73
Hex DF CC 94 0 9 22 D 2D 36 49
Octal 337 314 224 0 11 42 15 55 66 111
Binary 11011111 11001100 10010100 0 1001 100010 1101 101101 110110 1001001

Color Harmonies of #DFCC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC94

Black with #DFCC94

Text Example


Text Example

White with #DFCC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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