Html Css Color HEX #DFCE98 Double Colonial White

📋 copy color: '#DFCE98'

red 223 ◦ green 206 ◦ blue 152

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

Shades of Double Colonial White #DFCE98

Tints of Double Colonial White #DFCE98

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.46%

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

R = 38.38%
G = 35.46%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFCE98 (or 0xDFCE98) is known color: Double Colonial White. HEX triplet: DF, CE and 98. RGB value is (223,206,152). Sum of RGB (Red+Green+Blue) = 223+206+152=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE98 is #203167. Grayscale: #CDCDCD. Windows color (decimal): -2109800 or 10014431. OLE color: 10014431.

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

Color convert

RGB 223 206 152 -
CMYK 0 0.08 0.32 0.13
HSL 45.63º 0.53% 0.74% -
HSV(B) 45.63º 0.32% 0.87% -
XYZ 58.17 62.1 38.63 -
YUV 204.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 223 206 152 0 0.08 0.32 0.13 45.63 0.53 0.74
Hex DF CE 98 0 8 20 D 2E 35 4A
Octal 337 316 230 0 10 40 15 56 65 112
Binary 11011111 11001110 10011000 0 1000 100000 1101 101110 110101 1001010

Color Harmonies of #DFCE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE98

Black with #DFCE98

Text Example


Text Example

White with #DFCE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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