Html Css Color HEX #D8C09A Raffia

📋 copy color: '#D8C09A'

red 216 ◦ green 192 ◦ blue 154

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

Shades of Raffia #D8C09A

Tints of Raffia #D8C09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

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

R = 38.43%
G = 34.16%
B = 27.4%

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

#D8C09A (or 0xD8C09A) is known color: Raffia. HEX triplet: D8, C0 and 9A. RGB value is (216,192,154). Sum of RGB (Red+Green+Blue) = 216+192+154=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C09A is #273F65. Grayscale: #C3C3C3. Windows color (decimal): -2572134 or 10141912. OLE color: 10141912.

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

Color convert

RGB 216 192 154 -
CMYK 0 0.11 0.29 0.15
HSL 36.77º 0.44% 0.73% -
HSV(B) 36.77º 0.29% 0.85% -
XYZ 53 54.63 38.32 -
YUV 194.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 216 192 154 0 0.11 0.29 0.15 36.77 0.44 0.73
Hex D8 C0 9A 0 B 1D F 25 2C 49
Octal 330 300 232 0 13 35 17 45 54 111
Binary 11011000 11000000 10011010 0 1011 11101 1111 100101 101100 1001001

Color Harmonies of #D8C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C09A

Black with #D8C09A

Text Example


Text Example

White with #D8C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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