Html Css Color HEX #D8824A Raw Sienna

📋 copy color: '#D8824A'

red 216 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #D8824A

Tints of Raw Sienna #D8824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 74 (29.3% from 255) = 17.62%

R = 51.43%
G = 30.95%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8824A (or 0xD8824A) is known color: Raw Sienna. HEX triplet: D8, 82 and 4A. RGB value is (216,130,74). Sum of RGB (Red+Green+Blue) = 216+130+74=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8824A is #277DB5. Grayscale: #959595. Windows color (decimal): -2588086 or 4883160. OLE color: 4883160.

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

Color convert

RGB 216 130 74 -
CMYK 0 0.40 0.66 0.15
HSL 23.66º 0.65% 0.57% -
HSV(B) 23.66º 0.66% 0.85% -
XYZ 37.54 31.06 10.5 -
YUV 149.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 216 130 74 0 0.40 0.66 0.15 23.66 0.65 0.57
Hex D8 82 4A 0 28 42 F 18 41 39
Octal 330 202 112 0 50 102 17 30 101 71
Binary 11011000 10000010 1001010 0 101000 1000010 1111 11000 1000001 111001

Color Harmonies of #D8824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8824A

Black with #D8824A

Text Example


Text Example

White with #D8824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8824A; }

 p { color: rgb(216,130,74); }

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

background-color css

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

 a { background-color: rgb(216,130,74); }

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

border-color css

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

 span { border-color: rgb(216,130,74); }

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