Html Css Color HEX #D8C29B Raffia

📋 copy color: '#D8C29B'

red 216 ◦ green 194 ◦ blue 155

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

Shades of Raffia #D8C29B

Tints of Raffia #D8C29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.43%

R = 38.23%
G = 34.34%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8C29B (or 0xD8C29B) is known color: Raffia. HEX triplet: D8, C2 and 9B. RGB value is (216,194,155). Sum of RGB (Red+Green+Blue) = 216+194+155=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C29B is #273D64. Grayscale: #C4C4C4. Windows color (decimal): -2571621 or 10207960. OLE color: 10207960.

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

Color convert

RGB 216 194 155 -
CMYK 0 0.10 0.28 0.15
HSL 38.36º 0.44% 0.73% -
HSV(B) 38.36º 0.28% 0.85% -
XYZ 53.53 55.55 38.91 -
YUV 196.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 216 194 155 0 0.10 0.28 0.15 38.36 0.44 0.73
Hex D8 C2 9B 0 A 1C F 26 2C 49
Octal 330 302 233 0 12 34 17 46 54 111
Binary 11011000 11000010 10011011 0 1010 11100 1111 100110 101100 1001001

Color Harmonies of #D8C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C29B

Black with #D8C29B

Text Example


Text Example

White with #D8C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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