Html Css Color HEX #DFD098 Double Colonial White

📋 copy color: '#DFD098'

red 223 ◦ green 208 ◦ blue 152

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

Shades of Double Colonial White #DFD098

Tints of Double Colonial White #DFD098

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.68%

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

R = 38.25%
G = 35.68%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFD098 (or 0xDFD098) is known color: Double Colonial White. HEX triplet: DF, D0 and 98. RGB value is (223,208,152). Sum of RGB (Red+Green+Blue) = 223+208+152=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD098 is #202F67. Grayscale: #CECECE. Windows color (decimal): -2109288 or 10014943. OLE color: 10014943.

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

Color convert

RGB 223 208 152 -
CMYK 0 0.07 0.32 0.13
HSL 47.32º 0.53% 0.74% -
HSV(B) 47.32º 0.32% 0.87% -
XYZ 58.65 63.07 38.79 -
YUV 206.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 223 208 152 0 0.07 0.32 0.13 47.32 0.53 0.74
Hex DF D0 98 0 7 20 D 2F 35 4A
Octal 337 320 230 0 7 40 15 57 65 112
Binary 11011111 11010000 10011000 0 111 100000 1101 101111 110101 1001010

Color Harmonies of #DFD098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD098

Black with #DFD098

Text Example


Text Example

White with #DFD098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD098; }

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

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

background-color css

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

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

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

border-color css

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

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

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