Html Css Color HEX #D8C19B Raffia

📋 copy color: '#D8C19B'

red 216 ◦ green 193 ◦ blue 155

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

Shades of Raffia #D8C19B

Tints of Raffia #D8C19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.22%

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

R = 38.3%
G = 34.22%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8C19B (or 0xD8C19B) is known color: Raffia. HEX triplet: D8, C1 and 9B. RGB value is (216,193,155). Sum of RGB (Red+Green+Blue) = 216+193+155=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C19B is #273E64. Grayscale: #C3C3C3. Windows color (decimal): -2571877 or 10207704. OLE color: 10207704.

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

Color convert

RGB 216 193 155 -
CMYK 0 0.11 0.28 0.15
HSL 37.38º 0.44% 0.73% -
HSV(B) 37.38º 0.28% 0.85% -
XYZ 53.31 55.11 38.84 -
YUV 195.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 216 193 155 0 0.11 0.28 0.15 37.38 0.44 0.73
Hex D8 C1 9B 0 B 1C F 25 2C 49
Octal 330 301 233 0 13 34 17 45 54 111
Binary 11011000 11000001 10011011 0 1011 11100 1111 100101 101100 1001001

Color Harmonies of #D8C19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C19B

Black with #D8C19B

Text Example


Text Example

White with #D8C19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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