Html Css Color HEX #D8C398 Raffia

📋 copy color: '#D8C398'

red 216 ◦ green 195 ◦ blue 152

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

Shades of Raffia #D8C398

Tints of Raffia #D8C398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27%

R = 38.37%
G = 34.64%
B = 27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8C398 (or 0xD8C398) is known color: Raffia. HEX triplet: D8, C3 and 98. RGB value is (216,195,152). Sum of RGB (Red+Green+Blue) = 216+195+152=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C398 is #273C67. Grayscale: #C4C4C4. Windows color (decimal): -2571368 or 10011608. OLE color: 10011608.

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

Color convert

RGB 216 195 152 -
CMYK 0 0.10 0.30 0.15
HSL 40.31º 0.45% 0.72% -
HSV(B) 40.31º 0.3% 0.85% -
XYZ 53.5 55.9 37.67 -
YUV 196.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 216 195 152 0 0.10 0.30 0.15 40.31 0.45 0.72
Hex D8 C3 98 0 A 1E F 28 2D 48
Octal 330 303 230 0 12 36 17 50 55 110
Binary 11011000 11000011 10011000 0 1010 11110 1111 101000 101101 1001000

Color Harmonies of #D8C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C398

Black with #D8C398

Text Example


Text Example

White with #D8C398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C398; }

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

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

background-color css

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

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

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

border-color css

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

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

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