Html Css Color HEX #D96F32 Tango

📋 copy color: '#D96F32'

red 217 ◦ green 111 ◦ blue 50

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

Shades of Tango #D96F32

Tints of Tango #D96F32

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

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

R = 57.41%
G = 29.37%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D96F32 (or 0xD96F32) is known color: Tango. HEX triplet: D9, 6F and 32. RGB value is (217,111,50). Sum of RGB (Red+Green+Blue) = 217+111+50=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F32 is #2690CD. Grayscale: #888888. Windows color (decimal): -2527438 or 3305433. OLE color: 3305433.

HSL color Cylindrical-coordinate representation of color #D96F32: hue angle of 21.92º 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 #D96F32 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 50 -
CMYK 0 0.49 0.77 0.15
HSL 21.92º 0.69% 0.52% -
HSV(B) 21.92º 0.77% 0.85% -
XYZ 34.88 26.35 6.27 -
YUV 135.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 217 111 50 0 0.49 0.77 0.15 21.92 0.69 0.52
Hex D9 6F 32 0 31 4D F 16 45 34
Octal 331 157 62 0 61 115 17 26 105 64
Binary 11011001 1101111 110010 0 110001 1001101 1111 10110 1000101 110100

Color Harmonies of #D96F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F32

Black with #D96F32

Text Example


Text Example

White with #D96F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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