Html Css Color HEX #D67040 Sorbus

📋 copy color: '#D67040'

red 214 ◦ green 112 ◦ blue 64

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

Shades of Sorbus #D67040

Tints of Sorbus #D67040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 54.87%
G = 28.72%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D67040 (or 0xD67040) is known color: Sorbus. HEX triplet: D6, 70 and 40. RGB value is (214,112,64). Sum of RGB (Red+Green+Blue) = 214+112+64=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D67040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67040 is #298FBF. Grayscale: #898989. Windows color (decimal): -2723776 or 4223190. OLE color: 4223190.

HSL color Cylindrical-coordinate representation of color #D67040: hue angle of 19.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D67040 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 64 -
CMYK 0 0.48 0.70 0.16
HSL 19.2º 0.65% 0.55% -
HSV(B) 19.2º 0.7% 0.84% -
XYZ 34.45 26.25 8.1 -
YUV 137.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 214 112 64 0 0.48 0.70 0.16 19.2 0.65 0.55
Hex D6 70 40 0 30 46 10 13 41 37
Octal 326 160 100 0 60 106 20 23 101 67
Binary 11010110 1110000 1000000 0 110000 1000110 10000 10011 1000001 110111

Color Harmonies of #D67040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67040

Black with #D67040

Text Example


Text Example

White with #D67040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67040; }

 p { color: rgb(214,112,64); }

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

background-color css

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

 a { background-color: rgb(214,112,64); }

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

border-color css

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

 span { border-color: rgb(214,112,64); }

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