Html Css Color HEX #DFC998 Double Colonial White

📋 copy color: '#DFC998'

red 223 ◦ green 201 ◦ blue 152

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

Shades of Double Colonial White #DFC998

Tints of Double Colonial White #DFC998

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.9%

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

R = 38.72%
G = 34.9%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFC998 (or 0xDFC998) is known color: Double Colonial White. HEX triplet: DF, C9 and 98. RGB value is (223,201,152). Sum of RGB (Red+Green+Blue) = 223+201+152=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC998 is #203667. Grayscale: #CACACA. Windows color (decimal): -2111080 or 10013151. OLE color: 10013151.

HSL color Cylindrical-coordinate representation of color #DFC998: hue angle of 41.41º 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 #DFC998 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 152 -
CMYK 0 0.10 0.32 0.13
HSL 41.41º 0.53% 0.74% -
HSV(B) 41.41º 0.32% 0.87% -
XYZ 56.99 59.73 38.23 -
YUV 201.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 223 201 152 0 0.10 0.32 0.13 41.41 0.53 0.74
Hex DF C9 98 0 A 20 D 29 35 4A
Octal 337 311 230 0 12 40 15 51 65 112
Binary 11011111 11001001 10011000 0 1010 100000 1101 101001 110101 1001010

Color Harmonies of #DFC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC998

Black with #DFC998

Text Example


Text Example

White with #DFC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC998; }

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

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

background-color css

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

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

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

border-color css

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

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

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