Html Css Color HEX #DFC298 Raffia

📋 copy color: '#DFC298'

red 223 ◦ green 194 ◦ blue 152

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

Shades of Raffia #DFC298

Tints of Raffia #DFC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

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

R = 39.19%
G = 34.09%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFC298 (or 0xDFC298) is known color: Raffia. HEX triplet: DF, C2 and 98. RGB value is (223,194,152). Sum of RGB (Red+Green+Blue) = 223+194+152=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC298 is #203D67. Grayscale: #C6C6C6. Windows color (decimal): -2112872 or 10011359. OLE color: 10011359.

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

Color convert

RGB 223 194 152 -
CMYK 0 0.13 0.32 0.13
HSL 35.49º 0.53% 0.74% -
HSV(B) 35.49º 0.32% 0.87% -
XYZ 55.39 56.54 37.7 -
YUV 197.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 223 194 152 0 0.13 0.32 0.13 35.49 0.53 0.74
Hex DF C2 98 0 D 20 D 23 35 4A
Octal 337 302 230 0 15 40 15 43 65 112
Binary 11011111 11000010 10011000 0 1101 100000 1101 100011 110101 1001010

Color Harmonies of #DFC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC298

Black with #DFC298

Text Example


Text Example

White with #DFC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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