Html Css Color HEX #D96E3D Sorbus

📋 copy color: '#D96E3D'

red 217 ◦ green 110 ◦ blue 61

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

Shades of Sorbus #D96E3D

Tints of Sorbus #D96E3D

RGB

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

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

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

R = 55.93%
G = 28.35%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D96E3D (or 0xD96E3D) is known color: Sorbus. HEX triplet: D9, 6E and 3D. RGB value is (217,110,61). Sum of RGB (Red+Green+Blue) = 217+110+61=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E3D is #2691C2. Grayscale: #888888. Windows color (decimal): -2527683 or 4026073. OLE color: 4026073.

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

Color convert

RGB 217 110 61 -
CMYK 0 0.49 0.72 0.15
HSL 18.85º 0.67% 0.55% -
HSV(B) 18.85º 0.72% 0.85% -
XYZ 35.03 26.24 7.63 -
YUV 136.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 217 110 61 0 0.49 0.72 0.15 18.85 0.67 0.55
Hex D9 6E 3D 0 31 48 F 13 43 37
Octal 331 156 75 0 61 110 17 23 103 67
Binary 11011001 1101110 111101 0 110001 1001000 1111 10011 1000011 110111

Color Harmonies of #D96E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E3D

Black with #D96E3D

Text Example


Text Example

White with #D96E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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