Html Css Color HEX #DFCD9C Double Colonial White

📋 copy color: '#DFCD9C'

red 223 ◦ green 205 ◦ blue 156

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

Shades of Double Colonial White #DFCD9C

Tints of Double Colonial White #DFCD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.1%

 BLUE value IS 156 (61.33% from 255) = 26.71%

R = 38.18%
G = 35.1%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFCD9C (or 0xDFCD9C) is known color: Double Colonial White. HEX triplet: DF, CD and 9C. RGB value is (223,205,156). Sum of RGB (Red+Green+Blue) = 223+205+156=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD9C is #203263. Grayscale: #CDCDCD. Windows color (decimal): -2110052 or 10276319. OLE color: 10276319.

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

Color convert

RGB 223 205 156 -
CMYK 0 0.08 0.30 0.13
HSL 43.88º 0.51% 0.74% -
HSV(B) 43.88º 0.3% 0.87% -
XYZ 58.26 61.75 40.3 -
YUV 204.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 223 205 156 0 0.08 0.30 0.13 43.88 0.51 0.74
Hex DF CD 9C 0 8 1E D 2C 33 4A
Octal 337 315 234 0 10 36 15 54 63 112
Binary 11011111 11001101 10011100 0 1000 11110 1101 101100 110011 1001010

Color Harmonies of #DFCD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD9C

Black with #DFCD9C

Text Example


Text Example

White with #DFCD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD9C; }

 p { color: rgb(223,205,156); }

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

background-color css

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

 a { background-color: rgb(223,205,156); }

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

border-color css

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

 span { border-color: rgb(223,205,156); }

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