Html Css Color HEX #D6844A Raw Sienna

📋 copy color: '#D6844A'

red 214 ◦ green 132 ◦ blue 74

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

Shades of Raw Sienna #D6844A

Tints of Raw Sienna #D6844A

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 132 (51.95% from 255) = 31.43%

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

R = 50.95%
G = 31.43%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6844A (or 0xD6844A) is known color: Raw Sienna. HEX triplet: D6, 84 and 4A. RGB value is (214,132,74). Sum of RGB (Red+Green+Blue) = 214+132+74=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6844A is #297BB5. Grayscale: #969696. Windows color (decimal): -2718646 or 4883670. OLE color: 4883670.

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

Color convert

RGB 214 132 74 -
CMYK 0 0.38 0.65 0.16
HSL 24.86º 0.63% 0.56% -
HSV(B) 24.86º 0.65% 0.84% -
XYZ 37.22 31.29 10.56 -
YUV 149.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 214 132 74 0 0.38 0.65 0.16 24.86 0.63 0.56
Hex D6 84 4A 0 26 41 10 19 3F 38
Octal 326 204 112 0 46 101 20 31 77 70
Binary 11010110 10000100 1001010 0 100110 1000001 10000 11001 111111 111000

Color Harmonies of #D6844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6844A

Black with #D6844A

Text Example


Text Example

White with #D6844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6844A; }

 p { color: rgb(214,132,74); }

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

background-color css

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

 a { background-color: rgb(214,132,74); }

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

border-color css

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

 span { border-color: rgb(214,132,74); }

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