Html Css Color HEX #DFCD98 Double Colonial White

📋 copy color: '#DFCD98'

red 223 ◦ green 205 ◦ blue 152

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

Shades of Double Colonial White #DFCD98

Tints of Double Colonial White #DFCD98

RGB

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

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

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

R = 38.45%
G = 35.34%
B = 26.21%

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

#DFCD98 (or 0xDFCD98) is known color: Double Colonial White. HEX triplet: DF, CD and 98. RGB value is (223,205,152). Sum of RGB (Red+Green+Blue) = 223+205+152=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD98 is #203267. Grayscale: #CCCCCC. Windows color (decimal): -2110056 or 10014175. OLE color: 10014175.

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

Color convert

RGB 223 205 152 -
CMYK 0 0.08 0.32 0.13
HSL 44.79º 0.53% 0.74% -
HSV(B) 44.79º 0.32% 0.87% -
XYZ 57.93 61.62 38.55 -
YUV 204.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 223 205 152 0 0.08 0.32 0.13 44.79 0.53 0.74
Hex DF CD 98 0 8 20 D 2D 35 4A
Octal 337 315 230 0 10 40 15 55 65 112
Binary 11011111 11001101 10011000 0 1000 100000 1101 101101 110101 1001010

Color Harmonies of #DFCD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD98

Black with #DFCD98

Text Example


Text Example

White with #DFCD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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