Html Css Color HEX #D8C19A Raffia

📋 copy color: '#D8C19A'

red 216 ◦ green 193 ◦ blue 154

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

Shades of Raffia #D8C19A

Tints of Raffia #D8C19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.35%

R = 38.37%
G = 34.28%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8C19A (or 0xD8C19A) is known color: Raffia. HEX triplet: D8, C1 and 9A. RGB value is (216,193,154). Sum of RGB (Red+Green+Blue) = 216+193+154=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C19A is #273E65. Grayscale: #C3C3C3. Windows color (decimal): -2571878 or 10142168. OLE color: 10142168.

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

Color convert

RGB 216 193 154 -
CMYK 0 0.11 0.29 0.15
HSL 37.74º 0.44% 0.73% -
HSV(B) 37.74º 0.29% 0.85% -
XYZ 53.22 55.07 38.4 -
YUV 195.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 216 193 154 0 0.11 0.29 0.15 37.74 0.44 0.73
Hex D8 C1 9A 0 B 1D F 26 2C 49
Octal 330 301 232 0 13 35 17 46 54 111
Binary 11011000 11000001 10011010 0 1011 11101 1111 100110 101100 1001001

Color Harmonies of #D8C19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C19A

Black with #D8C19A

Text Example


Text Example

White with #D8C19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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