Html Css Color HEX #D8C49B Raffia

📋 copy color: '#D8C49B'

red 216 ◦ green 196 ◦ blue 155

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

Shades of Raffia #D8C49B

Tints of Raffia #D8C49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

 BLUE value IS 155 (60.94% from 255) = 27.34%

R = 38.1%
G = 34.57%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8C49B (or 0xD8C49B) is known color: Raffia. HEX triplet: D8, C4 and 9B. RGB value is (216,196,155). Sum of RGB (Red+Green+Blue) = 216+196+155=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C49B is #273B64. Grayscale: #C5C5C5. Windows color (decimal): -2571109 or 10208472. OLE color: 10208472.

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

Color convert

RGB 216 196 155 -
CMYK 0 0.09 0.28 0.15
HSL 40.33º 0.44% 0.73% -
HSV(B) 40.33º 0.28% 0.85% -
XYZ 53.98 56.45 39.06 -
YUV 197.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 216 196 155 0 0.09 0.28 0.15 40.33 0.44 0.73
Hex D8 C4 9B 0 9 1C F 28 2C 49
Octal 330 304 233 0 11 34 17 50 54 111
Binary 11011000 11000100 10011011 0 1001 11100 1111 101000 101100 1001001

Color Harmonies of #D8C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C49B

Black with #D8C49B

Text Example


Text Example

White with #D8C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C49B; }

 p { color: rgb(216,196,155); }

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

background-color css

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

 a { background-color: rgb(216,196,155); }

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

border-color css

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

 span { border-color: rgb(216,196,155); }

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