Html Css Color HEX #D8864C Raw Sienna

📋 copy color: '#D8864C'

red 216 ◦ green 134 ◦ blue 76

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

Shades of Raw Sienna #D8864C

Tints of Raw Sienna #D8864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 50.7%
G = 31.46%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8864C (or 0xD8864C) is known color: Raw Sienna. HEX triplet: D8, 86 and 4C. RGB value is (216,134,76). Sum of RGB (Red+Green+Blue) = 216+134+76=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8864C is #2779B3. Grayscale: #989898. Windows color (decimal): -2587060 or 5015256. OLE color: 5015256.

HSL color Cylindrical-coordinate representation of color #D8864C: hue angle of 24.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8864C is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 76 -
CMYK 0 0.38 0.65 0.15
HSL 24.86º 0.64% 0.57% -
HSV(B) 24.86º 0.65% 0.85% -
XYZ 38.15 32.17 11.04 -
YUV 151.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 216 134 76 0 0.38 0.65 0.15 24.86 0.64 0.57
Hex D8 86 4C 0 26 41 F 19 40 39
Octal 330 206 114 0 46 101 17 31 100 71
Binary 11011000 10000110 1001100 0 100110 1000001 1111 11001 1000000 111001

Color Harmonies of #D8864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8864C

Black with #D8864C

Text Example


Text Example

White with #D8864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8864C; }

 p { color: rgb(216,134,76); }

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

background-color css

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

 a { background-color: rgb(216,134,76); }

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

border-color css

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

 span { border-color: rgb(216,134,76); }

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