Html Css Color HEX #DFC397 Raffia

📋 copy color: '#DFC397'

red 223 ◦ green 195 ◦ blue 151

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

Shades of Raffia #DFC397

Tints of Raffia #DFC397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

 BLUE value IS 151 (59.38% from 255) = 26.54%

R = 39.19%
G = 34.27%
B = 26.54%

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

#DFC397 (or 0xDFC397) is known color: Raffia. HEX triplet: DF, C3 and 97. RGB value is (223,195,151). Sum of RGB (Red+Green+Blue) = 223+195+151=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC397 is #203C68. Grayscale: #C6C6C6. Windows color (decimal): -2112617 or 9946079. OLE color: 9946079.

HSL color Cylindrical-coordinate representation of color #DFC397: hue angle of 36.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFC397 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 195 151 -
CMYK 0 0.13 0.32 0.13
HSL 36.67º 0.53% 0.73% -
HSV(B) 36.67º 0.32% 0.87% -
XYZ 55.53 56.95 37.34 -
YUV 198.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 223 195 151 0 0.13 0.32 0.13 36.67 0.53 0.73
Hex DF C3 97 0 D 20 D 25 35 49
Octal 337 303 227 0 15 40 15 45 65 111
Binary 11011111 11000011 10010111 0 1101 100000 1101 100101 110101 1001001

Color Harmonies of #DFC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC397

Black with #DFC397

Text Example


Text Example

White with #DFC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC397; }

 p { color: rgb(223,195,151); }

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

background-color css

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

 a { background-color: rgb(223,195,151); }

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

border-color css

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

 span { border-color: rgb(223,195,151); }

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