Html Css Color HEX #D8BD9C Raffia

📋 copy color: '#D8BD9C'

red 216 ◦ green 189 ◦ blue 156

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

Shades of Raffia #D8BD9C

Tints of Raffia #D8BD9C

RGB

 RED value IS 216 (84.77% from 255) = 38.5%

 GREEN value IS 189 (74.22% from 255) = 33.69%

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

R = 38.5%
G = 33.69%
B = 27.81%

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

#D8BD9C (or 0xD8BD9C) is known color: Raffia. HEX triplet: D8, BD and 9C. RGB value is (216,189,156). Sum of RGB (Red+Green+Blue) = 216+189+156=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BD9C is #274263. Grayscale: #C1C1C1. Windows color (decimal): -2572900 or 10272216. OLE color: 10272216.

HSL color Cylindrical-coordinate representation of color #D8BD9C: hue angle of 33º degrees, saturation: 0.43, 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 #D8BD9C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 189 156 -
CMYK 0 0.12 0.28 0.15
HSL 33º 0.43% 0.73% -
HSV(B) 33º 0.28% 0.85% -
XYZ 52.52 53.39 38.99 -
YUV 193.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 216 189 156 0 0.12 0.28 0.15 33 0.43 0.73
Hex D8 BD 9C 0 C 1C F 21 2B 49
Octal 330 275 234 0 14 34 17 41 53 111
Binary 11011000 10111101 10011100 0 1100 11100 1111 100001 101011 1001001

Color Harmonies of #D8BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BD9C

Black with #D8BD9C

Text Example


Text Example

White with #D8BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BD9C; }

 p { color: rgb(216,189,156); }

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

background-color css

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

 a { background-color: rgb(216,189,156); }

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

border-color css

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

 span { border-color: rgb(216,189,156); }

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