Html Css Color HEX #D96D45 Sorbus

📋 copy color: '#D96D45'

red 217 ◦ green 109 ◦ blue 69

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

Shades of Sorbus #D96D45

Tints of Sorbus #D96D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 54.94%
G = 27.59%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D96D45 (or 0xD96D45) is known color: Sorbus. HEX triplet: D9, 6D and 45. RGB value is (217,109,69). Sum of RGB (Red+Green+Blue) = 217+109+69=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D45 is #2692BA. Grayscale: #898989. Windows color (decimal): -2527931 or 4550105. OLE color: 4550105.

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

Color convert

RGB 217 109 69 -
CMYK 0 0.50 0.68 0.15
HSL 16.22º 0.66% 0.56% -
HSV(B) 16.22º 0.68% 0.85% -
XYZ 35.16 26.12 8.82 -
YUV 136.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 217 109 69 0 0.50 0.68 0.15 16.22 0.66 0.56
Hex D9 6D 45 0 32 44 F 10 42 38
Octal 331 155 105 0 62 104 17 20 102 70
Binary 11011001 1101101 1000101 0 110010 1000100 1111 10000 1000010 111000

Color Harmonies of #D96D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D45

Black with #D96D45

Text Example


Text Example

White with #D96D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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