Html Css Color HEX #DFC09D Raffia

📋 copy color: '#DFC09D'

red 223 ◦ green 192 ◦ blue 157

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

Shades of Raffia #DFC09D

Tints of Raffia #DFC09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 157 (61.72% from 255) = 27.45%

R = 38.99%
G = 33.57%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFC09D (or 0xDFC09D) is known color: Raffia. HEX triplet: DF, C0 and 9D. RGB value is (223,192,157). Sum of RGB (Red+Green+Blue) = 223+192+157=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC09D is #203F62. Grayscale: #C5C5C5. Windows color (decimal): -2113379 or 10338527. OLE color: 10338527.

HSL color Cylindrical-coordinate representation of color #DFC09D: hue angle of 31.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC09D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 192 157 -
CMYK 0 0.14 0.30 0.13
HSL 31.82º 0.51% 0.75% -
HSV(B) 31.82º 0.3% 0.87% -
XYZ 55.37 55.82 39.75 -
YUV 197.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 223 192 157 0 0.14 0.30 0.13 31.82 0.51 0.75
Hex DF C0 9D 0 E 1E D 20 33 4B
Octal 337 300 235 0 16 36 15 40 63 113
Binary 11011111 11000000 10011101 0 1110 11110 1101 100000 110011 1001011

Color Harmonies of #DFC09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC09D

Black with #DFC09D

Text Example


Text Example

White with #DFC09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC09D; }

 p { color: rgb(223,192,157); }

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

background-color css

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

 a { background-color: rgb(223,192,157); }

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

border-color css

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

 span { border-color: rgb(223,192,157); }

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