Html Css Color HEX #D97041 Sorbus

📋 copy color: '#D97041'

red 217 ◦ green 112 ◦ blue 65

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

Shades of Sorbus #D97041

Tints of Sorbus #D97041

RGB

 RED value IS 217 (85.16% from 255) = 55.08%

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

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 55.08%
G = 28.43%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D97041 (or 0xD97041) is known color: Sorbus. HEX triplet: D9, 70 and 41. RGB value is (217,112,65). Sum of RGB (Red+Green+Blue) = 217+112+65=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D97041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97041 is #268FBE. Grayscale: #8A8A8A. Windows color (decimal): -2527167 or 4288729. OLE color: 4288729.

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

Color convert

RGB 217 112 65 -
CMYK 0 0.48 0.70 0.15
HSL 18.55º 0.67% 0.55% -
HSV(B) 18.55º 0.7% 0.85% -
XYZ 35.36 26.72 8.29 -
YUV 138.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 217 112 65 0 0.48 0.70 0.15 18.55 0.67 0.55
Hex D9 70 41 0 30 46 F 13 43 37
Octal 331 160 101 0 60 106 17 23 103 67
Binary 11011001 1110000 1000001 0 110000 1000110 1111 10011 1000011 110111

Color Harmonies of #D97041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97041

Black with #D97041

Text Example


Text Example

White with #D97041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97041; }

 p { color: rgb(217,112,65); }

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

background-color css

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

 a { background-color: rgb(217,112,65); }

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

border-color css

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

 span { border-color: rgb(217,112,65); }

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