Html Css Color HEX #DFCC9B Double Colonial White

📋 copy color: '#DFCC9B'

red 223 ◦ green 204 ◦ blue 155

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

Shades of Double Colonial White #DFCC9B

Tints of Double Colonial White #DFCC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 38.32%
G = 35.05%
B = 26.63%

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

#DFCC9B (or 0xDFCC9B) is known color: Double Colonial White. HEX triplet: DF, CC and 9B. RGB value is (223,204,155). Sum of RGB (Red+Green+Blue) = 223+204+155=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9B is #203364. Grayscale: #CCCCCC. Windows color (decimal): -2110309 or 10210527. OLE color: 10210527.

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

Color convert

RGB 223 204 155 -
CMYK 0 0.09 0.30 0.13
HSL 43.24º 0.52% 0.74% -
HSV(B) 43.24º 0.3% 0.87% -
XYZ 57.94 61.24 39.78 -
YUV 204.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 223 204 155 0 0.09 0.30 0.13 43.24 0.52 0.74
Hex DF CC 9B 0 9 1E D 2B 34 4A
Octal 337 314 233 0 11 36 15 53 64 112
Binary 11011111 11001100 10011011 0 1001 11110 1101 101011 110100 1001010

Color Harmonies of #DFCC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC9B

Black with #DFCC9B

Text Example


Text Example

White with #DFCC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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