Html Css Color HEX #D96D3E Sorbus

📋 copy color: '#D96D3E'

red 217 ◦ green 109 ◦ blue 62

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

Shades of Sorbus #D96D3E

Tints of Sorbus #D96D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

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

R = 55.93%
G = 28.09%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D96D3E (or 0xD96D3E) is known color: Sorbus. HEX triplet: D9, 6D and 3E. RGB value is (217,109,62). Sum of RGB (Red+Green+Blue) = 217+109+62=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D3E is #2692C1. Grayscale: #888888. Windows color (decimal): -2527938 or 4091353. OLE color: 4091353.

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

Color convert

RGB 217 109 62 -
CMYK 0 0.50 0.71 0.15
HSL 18.19º 0.67% 0.55% -
HSV(B) 18.19º 0.71% 0.85% -
XYZ 34.95 26.04 7.74 -
YUV 135.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 217 109 62 0 0.50 0.71 0.15 18.19 0.67 0.55
Hex D9 6D 3E 0 32 47 F 12 43 37
Octal 331 155 76 0 62 107 17 22 103 67
Binary 11011001 1101101 111110 0 110010 1000111 1111 10010 1000011 110111

Color Harmonies of #D96D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D3E

Black with #D96D3E

Text Example


Text Example

White with #D96D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D3E; }

 p { color: rgb(217,109,62); }

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

background-color css

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

 a { background-color: rgb(217,109,62); }

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

border-color css

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

 span { border-color: rgb(217,109,62); }

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