Html Css Color HEX #D46A3E Sorbus

📋 copy color: '#D46A3E'

red 212 ◦ green 106 ◦ blue 62

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

Shades of Sorbus #D46A3E

Tints of Sorbus #D46A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

 BLUE value IS 62 (24.61% from 255) = 16.32%

R = 55.79%
G = 27.89%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D46A3E (or 0xD46A3E) is known color: Sorbus. HEX triplet: D4, 6A and 3E. RGB value is (212,106,62). Sum of RGB (Red+Green+Blue) = 212+106+62=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46A3E is #2B95C1. Grayscale: #848484. Windows color (decimal): -2856386 or 4090580. OLE color: 4090580.

HSL color Cylindrical-coordinate representation of color #D46A3E: hue angle of 17.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D46A3E is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 62 -
CMYK 0 0.5 0.71 0.17
HSL 17.6º 0.64% 0.54% -
HSV(B) 17.6º 0.71% 0.83% -
XYZ 33.17 24.65 7.57 -
YUV 132.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 212 106 62 0 0.5 0.71 0.17 17.6 0.64 0.54
Hex D4 6A 3E 0 32 47 11 12 40 36
Octal 324 152 76 0 62 107 21 22 100 66
Binary 11010100 1101010 111110 0 110010 1000111 10001 10010 1000000 110110

Color Harmonies of #D46A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A3E

Black with #D46A3E

Text Example


Text Example

White with #D46A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A3E; }

 p { color: rgb(212,106,62); }

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

background-color css

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

 a { background-color: rgb(212,106,62); }

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

border-color css

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

 span { border-color: rgb(212,106,62); }

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