Html Css Color HEX #D67F46 Raw Sienna

📋 copy color: '#D67F46'

red 214 ◦ green 127 ◦ blue 70

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

Shades of Raw Sienna #D67F46

Tints of Raw Sienna #D67F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 52.07%
G = 30.9%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D67F46 (or 0xD67F46) is known color: Raw Sienna. HEX triplet: D6, 7F and 46. RGB value is (214,127,70). Sum of RGB (Red+Green+Blue) = 214+127+70=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F46 is #2980B9. Grayscale: #929292. Windows color (decimal): -2719930 or 4620246. OLE color: 4620246.

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

Color convert

RGB 214 127 70 -
CMYK 0 0.41 0.67 0.16
HSL 23.75º 0.64% 0.56% -
HSV(B) 23.75º 0.67% 0.84% -
XYZ 36.43 29.92 9.65 -
YUV 146.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 214 127 70 0 0.41 0.67 0.16 23.75 0.64 0.56
Hex D6 7F 46 0 29 43 10 18 40 38
Octal 326 177 106 0 51 103 20 30 100 70
Binary 11010110 1111111 1000110 0 101001 1000011 10000 11000 1000000 111000

Color Harmonies of #D67F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F46

Black with #D67F46

Text Example


Text Example

White with #D67F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F46; }

 p { color: rgb(214,127,70); }

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

background-color css

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

 a { background-color: rgb(214,127,70); }

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

border-color css

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

 span { border-color: rgb(214,127,70); }

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