Html Css Color HEX #D76F31 Tango

📋 copy color: '#D76F31'

red 215 ◦ green 111 ◦ blue 49

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

Shades of Tango #D76F31

Tints of Tango #D76F31

RGB

 RED value IS 215 (84.38% from 255) = 57.33%

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

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 57.33%
G = 29.6%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D76F31 (or 0xD76F31) is known color: Tango. HEX triplet: D7, 6F and 31. RGB value is (215,111,49). Sum of RGB (Red+Green+Blue) = 215+111+49=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F31 is #2890CE. Grayscale: #878787. Windows color (decimal): -2658511 or 3239895. OLE color: 3239895.

HSL color Cylindrical-coordinate representation of color #D76F31: hue angle of 22.41º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D76F31 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 49 -
CMYK 0 0.48 0.77 0.16
HSL 22.41º 0.67% 0.52% -
HSV(B) 22.41º 0.77% 0.84% -
XYZ 34.26 26.04 6.13 -
YUV 135.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 215 111 49 0 0.48 0.77 0.16 22.41 0.67 0.52
Hex D7 6F 31 0 30 4D 10 16 43 34
Octal 327 157 61 0 60 115 20 26 103 64
Binary 11010111 1101111 110001 0 110000 1001101 10000 10110 1000011 110100

Color Harmonies of #D76F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F31

Black with #D76F31

Text Example


Text Example

White with #D76F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F31; }

 p { color: rgb(215,111,49); }

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

background-color css

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

 a { background-color: rgb(215,111,49); }

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

border-color css

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

 span { border-color: rgb(215,111,49); }

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