Html Css Color HEX #D47F50 Raw Sienna

📋 copy color: '#D47F50'

red 212 ◦ green 127 ◦ blue 80

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

Shades of Raw Sienna #D47F50

Tints of Raw Sienna #D47F50

RGB

 RED value IS 212 (83.2% from 255) = 50.6%

 GREEN value IS 127 (50% from 255) = 30.31%

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 50.6%
G = 30.31%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D47F50 (or 0xD47F50) is known color: Raw Sienna. HEX triplet: D4, 7F and 50. RGB value is (212,127,80). Sum of RGB (Red+Green+Blue) = 212+127+80=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F50 is #2B80AF. Grayscale: #939393. Windows color (decimal): -2850992 or 5275604. OLE color: 5275604.

HSL color Cylindrical-coordinate representation of color #D47F50: hue angle of 21.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D47F50 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 127 80 -
CMYK 0 0.40 0.62 0.17
HSL 21.36º 0.61% 0.57% -
HSV(B) 21.36º 0.62% 0.83% -
XYZ 36.19 29.75 11.43 -
YUV 147.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 212 127 80 0 0.40 0.62 0.17 21.36 0.61 0.57
Hex D4 7F 50 0 28 3E 11 15 3D 39
Octal 324 177 120 0 50 76 21 25 75 71
Binary 11010100 1111111 1010000 0 101000 111110 10001 10101 111101 111001

Color Harmonies of #D47F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F50

Black with #D47F50

Text Example


Text Example

White with #D47F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F50; }

 p { color: rgb(212,127,80); }

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

background-color css

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

 a { background-color: rgb(212,127,80); }

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

border-color css

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

 span { border-color: rgb(212,127,80); }

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