Html Css Color HEX #D76F33 Tango

📋 copy color: '#D76F33'

red 215 ◦ green 111 ◦ blue 51

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

Shades of Tango #D76F33

Tints of Tango #D76F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 57.03%
G = 29.44%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D76F33 (or 0xD76F33) is known color: Tango. HEX triplet: D7, 6F and 33. RGB value is (215,111,51). Sum of RGB (Red+Green+Blue) = 215+111+51=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F33 is #2890CC. Grayscale: #878787. Windows color (decimal): -2658509 or 3370967. OLE color: 3370967.

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

Color convert

RGB 215 111 51 -
CMYK 0 0.48 0.76 0.16
HSL 21.95º 0.67% 0.52% -
HSV(B) 21.95º 0.76% 0.84% -
XYZ 34.31 26.05 6.35 -
YUV 135.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 215 111 51 0 0.48 0.76 0.16 21.95 0.67 0.52
Hex D7 6F 33 0 30 4C 10 16 43 34
Octal 327 157 63 0 60 114 20 26 103 64
Binary 11010111 1101111 110011 0 110000 1001100 10000 10110 1000011 110100

Color Harmonies of #D76F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F33

Black with #D76F33

Text Example


Text Example

White with #D76F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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