Html Css Color HEX #D76F2D Tango

📋 copy color: '#D76F2D'

red 215 ◦ green 111 ◦ blue 45

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

Shades of Tango #D76F2D

Tints of Tango #D76F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 57.95%
G = 29.92%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D76F2D (or 0xD76F2D) is known color: Tango. HEX triplet: D7, 6F and 2D. RGB value is (215,111,45). Sum of RGB (Red+Green+Blue) = 215+111+45=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F2D is #2890D2. Grayscale: #868686. Windows color (decimal): -2658515 or 2977751. OLE color: 2977751.

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

Color convert

RGB 215 111 45 -
CMYK 0 0.48 0.79 0.16
HSL 23.29º 0.68% 0.51% -
HSV(B) 23.29º 0.79% 0.84% -
XYZ 34.18 26.01 5.7 -
YUV 134.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 215 111 45 0 0.48 0.79 0.16 23.29 0.68 0.51
Hex D7 6F 2D 0 30 4F 10 17 44 33
Octal 327 157 55 0 60 117 20 27 104 63
Binary 11010111 1101111 101101 0 110000 1001111 10000 10111 1000100 110011

Color Harmonies of #D76F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F2D

Black with #D76F2D

Text Example


Text Example

White with #D76F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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