Html Css Color HEX #DFCC9D Double Colonial White

📋 copy color: '#DFCC9D'

red 223 ◦ green 204 ◦ blue 157

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

Shades of Double Colonial White #DFCC9D

Tints of Double Colonial White #DFCC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.88%

R = 38.18%
G = 34.93%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFCC9D (or 0xDFCC9D) is known color: Double Colonial White. HEX triplet: DF, CC and 9D. RGB value is (223,204,157). Sum of RGB (Red+Green+Blue) = 223+204+157=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9D is #203362. Grayscale: #CCCCCC. Windows color (decimal): -2110307 or 10341599. OLE color: 10341599.

HSL color Cylindrical-coordinate representation of color #DFCC9D: hue angle of 42.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCC9D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 157 -
CMYK 0 0.09 0.30 0.13
HSL 42.73º 0.51% 0.75% -
HSV(B) 42.73º 0.3% 0.87% -
XYZ 58.11 61.31 40.67 -
YUV 204.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 223 204 157 0 0.09 0.30 0.13 42.73 0.51 0.75
Hex DF CC 9D 0 9 1E D 2B 33 4B
Octal 337 314 235 0 11 36 15 53 63 113
Binary 11011111 11001100 10011101 0 1001 11110 1101 101011 110011 1001011

Color Harmonies of #DFCC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC9D

Black with #DFCC9D

Text Example


Text Example

White with #DFCC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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