Html Css Color HEX #DFC98F Double Colonial White

📋 copy color: '#DFC98F'

red 223 ◦ green 201 ◦ blue 143

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

Shades of Double Colonial White #DFC98F

Tints of Double Colonial White #DFC98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.22%

R = 39.33%
G = 35.45%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFC98F (or 0xDFC98F) is known color: Double Colonial White. HEX triplet: DF, C9 and 8F. RGB value is (223,201,143). Sum of RGB (Red+Green+Blue) = 223+201+143=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC98F is #203670. Grayscale: #C9C9C9. Windows color (decimal): -2111089 or 9423327. OLE color: 9423327.

HSL color Cylindrical-coordinate representation of color #DFC98F: hue angle of 43.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFC98F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 143 -
CMYK 0 0.10 0.36 0.13
HSL 43.5º 0.56% 0.72% -
HSV(B) 43.5º 0.36% 0.87% -
XYZ 56.28 59.44 34.49 -
YUV 200.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 223 201 143 0 0.10 0.36 0.13 43.5 0.56 0.72
Hex DF C9 8F 0 A 24 D 2C 38 48
Octal 337 311 217 0 12 44 15 54 70 110
Binary 11011111 11001001 10001111 0 1010 100100 1101 101100 111000 1001000

Color Harmonies of #DFC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC98F

Black with #DFC98F

Text Example


Text Example

White with #DFC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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