Html Css Color HEX #D8C8A4 Raffia

📋 copy color: '#D8C8A4'

red 216 ◦ green 200 ◦ blue 164

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

Shades of Raffia #D8C8A4

Tints of Raffia #D8C8A4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.48%

 BLUE value IS 164 (64.45% from 255) = 28.28%

R = 37.24%
G = 34.48%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D8C8A4 (or 0xD8C8A4) is known color: Raffia. HEX triplet: D8, C8 and A4. RGB value is (216,200,164). Sum of RGB (Red+Green+Blue) = 216+200+164=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C8A4 is #27375B. Grayscale: #C8C8C8. Windows color (decimal): -2570076 or 10799320. OLE color: 10799320.

HSL color Cylindrical-coordinate representation of color #D8C8A4: hue angle of 41.54º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8C8A4 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 164 -
CMYK 0 0.07 0.24 0.15
HSL 41.54º 0.4% 0.75% -
HSV(B) 41.54º 0.24% 0.85% -
XYZ 55.67 58.59 43.5 -
YUV 200.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 216 200 164 0 0.07 0.24 0.15 41.54 0.4 0.75
Hex D8 C8 A4 0 7 18 F 2A 28 4B
Octal 330 310 244 0 7 30 17 52 50 113
Binary 11011000 11001000 10100100 0 111 11000 1111 101010 101000 1001011

Color Harmonies of #D8C8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C8A4

Black with #D8C8A4

Text Example


Text Example

White with #D8C8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C8A4; }

 p { color: rgb(216,200,164); }

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

background-color css

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

 a { background-color: rgb(216,200,164); }

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

border-color css

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

 span { border-color: rgb(216,200,164); }

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