Html Css Color HEX #D6874A Raw Sienna

📋 copy color: '#D6874A'

red 214 ◦ green 135 ◦ blue 74

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

Shades of Raw Sienna #D6874A

Tints of Raw Sienna #D6874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

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

R = 50.59%
G = 31.91%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6874A (or 0xD6874A) is known color: Raw Sienna. HEX triplet: D6, 87 and 4A. RGB value is (214,135,74). Sum of RGB (Red+Green+Blue) = 214+135+74=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6874A is #2978B5. Grayscale: #979797. Windows color (decimal): -2717878 or 4884438. OLE color: 4884438.

HSL color Cylindrical-coordinate representation of color #D6874A: hue angle of 26.14º 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 #D6874A is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 74 -
CMYK 0 0.37 0.65 0.16
HSL 26.14º 0.63% 0.56% -
HSV(B) 26.14º 0.65% 0.84% -
XYZ 37.63 32.12 10.69 -
YUV 151.67 84.17 172.46 -
System Red Green Blue C M Y K H S L
Decimal 214 135 74 0 0.37 0.65 0.16 26.14 0.63 0.56
Hex D6 87 4A 0 25 41 10 1A 3F 38
Octal 326 207 112 0 45 101 20 32 77 70
Binary 11010110 10000111 1001010 0 100101 1000001 10000 11010 111111 111000

Color Harmonies of #D6874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6874A

Black with #D6874A

Text Example


Text Example

White with #D6874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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