Html Css Color HEX #DFCC98 Double Colonial White

📋 copy color: '#DFCC98'

red 223 ◦ green 204 ◦ blue 152

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

Shades of Double Colonial White #DFCC98

Tints of Double Colonial White #DFCC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.25%

R = 38.51%
G = 35.23%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFCC98 (or 0xDFCC98) is known color: Double Colonial White. HEX triplet: DF, CC and 98. RGB value is (223,204,152). Sum of RGB (Red+Green+Blue) = 223+204+152=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC98 is #203367. Grayscale: #CBCBCB. Windows color (decimal): -2110312 or 10013919. OLE color: 10013919.

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

Color convert

RGB 223 204 152 -
CMYK 0 0.09 0.32 0.13
HSL 43.94º 0.53% 0.74% -
HSV(B) 43.94º 0.32% 0.87% -
XYZ 57.69 61.14 38.47 -
YUV 203.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 223 204 152 0 0.09 0.32 0.13 43.94 0.53 0.74
Hex DF CC 98 0 9 20 D 2C 35 4A
Octal 337 314 230 0 11 40 15 54 65 112
Binary 11011111 11001100 10011000 0 1001 100000 1101 101100 110101 1001010

Color Harmonies of #DFCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC98

Black with #DFCC98

Text Example


Text Example

White with #DFCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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