Html Css Color HEX #D75500 Tenne (Tawny)

📋 copy color: '#D75500'

red 215 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #D75500

Tints of Tenne (Tawny) #D75500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.67%
G = 28.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D75500 (or 0xD75500) is known color: Tenne (Tawny). HEX triplet: D7, 55 and 00. RGB value is (215,85,0). Sum of RGB (Red+Green+Blue) = 215+85+0=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D75500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75500 is #28AAFF. Grayscale: #727272. Windows color (decimal): -2665216 or 21975. OLE color: 21975.

HSL color Cylindrical-coordinate representation of color #D75500: hue angle of 23.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D75500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 0 -
CMYK 0 0.60 1 0.16
HSL 23.72º 1% 0.42% -
HSV(B) 23.72º 1% 0.84% -
XYZ 31.27 20.94 2.39 -
YUV 114.18 63.57 199.91 -
System Red Green Blue C M Y K H S L
Decimal 215 85 0 0 0.60 1 0.16 23.72 1 0.42
Hex D7 55 0 0 3C 64 10 18 64 2A
Octal 327 125 0 0 74 144 20 30 144 52
Binary 11010111 1010101 0 0 111100 1100100 10000 11000 1100100 101010

Color Harmonies of #D75500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75500

Black with #D75500

Text Example


Text Example

White with #D75500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75500; }

 p { color: rgb(215,85,0); }

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

background-color css

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

 a { background-color: rgb(215,85,0); }

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

border-color css

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

 span { border-color: rgb(215,85,0); }

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