Html Css Color HEX #D9BE9C Raffia

📋 copy color: '#D9BE9C'

red 217 ◦ green 190 ◦ blue 156

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

Shades of Raffia #D9BE9C

Tints of Raffia #D9BE9C

RGB

 RED value IS 217 (85.16% from 255) = 38.54%

 GREEN value IS 190 (74.61% from 255) = 33.75%

 BLUE value IS 156 (61.33% from 255) = 27.71%

R = 38.54%
G = 33.75%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9BE9C (or 0xD9BE9C) is known color: Raffia. HEX triplet: D9, BE and 9C. RGB value is (217,190,156). Sum of RGB (Red+Green+Blue) = 217+190+156=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE9C is #264163. Grayscale: #C2C2C2. Windows color (decimal): -2507108 or 10272473. OLE color: 10272473.

HSL color Cylindrical-coordinate representation of color #D9BE9C: hue angle of 33.44º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9BE9C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 190 156 -
CMYK 0 0.12 0.28 0.15
HSL 33.44º 0.45% 0.73% -
HSV(B) 33.44º 0.28% 0.85% -
XYZ 53.03 53.98 39.08 -
YUV 194.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 217 190 156 0 0.12 0.28 0.15 33.44 0.45 0.73
Hex D9 BE 9C 0 C 1C F 21 2D 49
Octal 331 276 234 0 14 34 17 41 55 111
Binary 11011001 10111110 10011100 0 1100 11100 1111 100001 101101 1001001

Color Harmonies of #D9BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BE9C

Black with #D9BE9C

Text Example


Text Example

White with #D9BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BE9C; }

 p { color: rgb(217,190,156); }

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

background-color css

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

 a { background-color: rgb(217,190,156); }

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

border-color css

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

 span { border-color: rgb(217,190,156); }

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