Html Css Color HEX #D8C396 Raffia

📋 copy color: '#D8C396'

red 216 ◦ green 195 ◦ blue 150

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

Shades of Raffia #D8C396

Tints of Raffia #D8C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.76%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 38.5%
G = 34.76%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8C396 (or 0xD8C396) is known color: Raffia. HEX triplet: D8, C3 and 96. RGB value is (216,195,150). Sum of RGB (Red+Green+Blue) = 216+195+150=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C396 is #273C69. Grayscale: #C4C4C4. Windows color (decimal): -2571370 or 9880536. OLE color: 9880536.

HSL color Cylindrical-coordinate representation of color #D8C396: hue angle of 40.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8C396 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 195 150 -
CMYK 0 0.10 0.31 0.15
HSL 40.91º 0.46% 0.72% -
HSV(B) 40.91º 0.31% 0.85% -
XYZ 53.34 55.83 36.82 -
YUV 196.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 216 195 150 0 0.10 0.31 0.15 40.91 0.46 0.72
Hex D8 C3 96 0 A 1F F 29 2E 48
Octal 330 303 226 0 12 37 17 51 56 110
Binary 11011000 11000011 10010110 0 1010 11111 1111 101001 101110 1001000

Color Harmonies of #D8C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C396

Black with #D8C396

Text Example


Text Example

White with #D8C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C396; }

 p { color: rgb(216,195,150); }

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

background-color css

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

 a { background-color: rgb(216,195,150); }

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

border-color css

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

 span { border-color: rgb(216,195,150); }

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