Html Css Color HEX #D8C294 Raffia

📋 copy color: '#D8C294'

red 216 ◦ green 194 ◦ blue 148

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

Shades of Raffia #D8C294

Tints of Raffia #D8C294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.77%

 BLUE value IS 148 (58.2% from 255) = 26.52%

R = 38.71%
G = 34.77%
B = 26.52%

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

#D8C294 (or 0xD8C294) is known color: Raffia. HEX triplet: D8, C2 and 94. RGB value is (216,194,148). Sum of RGB (Red+Green+Blue) = 216+194+148=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C294 is #273D6B. Grayscale: #C3C3C3. Windows color (decimal): -2571628 or 9749208. OLE color: 9749208.

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

Color convert

RGB 216 194 148 -
CMYK 0 0.10 0.31 0.15
HSL 40.59º 0.47% 0.71% -
HSV(B) 40.59º 0.31% 0.85% -
XYZ 52.96 55.32 35.9 -
YUV 195.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 216 194 148 0 0.10 0.31 0.15 40.59 0.47 0.71
Hex D8 C2 94 0 A 1F F 29 2F 47
Octal 330 302 224 0 12 37 17 51 57 107
Binary 11011000 11000010 10010100 0 1010 11111 1111 101001 101111 1000111

Color Harmonies of #D8C294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C294

Black with #D8C294

Text Example


Text Example

White with #D8C294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C294; }

 p { color: rgb(216,194,148); }

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

background-color css

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

 a { background-color: rgb(216,194,148); }

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

border-color css

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

 span { border-color: rgb(216,194,148); }

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