Html Css Color HEX #D96532 Sorbus

📋 copy color: '#D96532'

red 217 ◦ green 101 ◦ blue 50

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

Shades of Sorbus #D96532

Tints of Sorbus #D96532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 58.97%
G = 27.45%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D96532 (or 0xD96532) is known color: Sorbus. HEX triplet: D9, 65 and 32. RGB value is (217,101,50). Sum of RGB (Red+Green+Blue) = 217+101+50=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D96532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96532 is #269ACD. Grayscale: #828282. Windows color (decimal): -2529998 or 3302873. OLE color: 3302873.

HSL color Cylindrical-coordinate representation of color #D96532: hue angle of 18.32º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D96532 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 50 -
CMYK 0 0.53 0.77 0.15
HSL 18.32º 0.69% 0.52% -
HSV(B) 18.32º 0.77% 0.85% -
XYZ 33.84 24.29 5.92 -
YUV 129.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 217 101 50 0 0.53 0.77 0.15 18.32 0.69 0.52
Hex D9 65 32 0 35 4D F 12 45 34
Octal 331 145 62 0 65 115 17 22 105 64
Binary 11011001 1100101 110010 0 110101 1001101 1111 10010 1000101 110100

Color Harmonies of #D96532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96532

Black with #D96532

Text Example


Text Example

White with #D96532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96532; }

 p { color: rgb(217,101,50); }

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

background-color css

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

 a { background-color: rgb(217,101,50); }

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

border-color css

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

 span { border-color: rgb(217,101,50); }

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