Html Css Color HEX #D46E3D Sorbus

📋 copy color: '#D46E3D'

red 212 ◦ green 110 ◦ blue 61

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

Shades of Sorbus #D46E3D

Tints of Sorbus #D46E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 55.35%
G = 28.72%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D46E3D (or 0xD46E3D) is known color: Sorbus. HEX triplet: D4, 6E and 3D. RGB value is (212,110,61). Sum of RGB (Red+Green+Blue) = 212+110+61=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46E3D is #2B91C2. Grayscale: #878787. Windows color (decimal): -2855363 or 4026068. OLE color: 4026068.

HSL color Cylindrical-coordinate representation of color #D46E3D: hue angle of 19.47º 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 #D46E3D is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 110 61 -
CMYK 0 0.48 0.71 0.17
HSL 19.47º 0.64% 0.54% -
HSV(B) 19.47º 0.71% 0.83% -
XYZ 33.57 25.49 7.56 -
YUV 134.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 212 110 61 0 0.48 0.71 0.17 19.47 0.64 0.54
Hex D4 6E 3D 0 30 47 11 13 40 36
Octal 324 156 75 0 60 107 21 23 100 66
Binary 11010100 1101110 111101 0 110000 1000111 10001 10011 1000000 110110

Color Harmonies of #D46E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E3D

Black with #D46E3D

Text Example


Text Example

White with #D46E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E3D; }

 p { color: rgb(212,110,61); }

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

background-color css

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

 a { background-color: rgb(212,110,61); }

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

border-color css

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

 span { border-color: rgb(212,110,61); }

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