Html Css Color HEX #D75700 Tenne (Tawny)

📋 copy color: '#D75700'

red 215 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #D75700

Tints of Tenne (Tawny) #D75700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

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

R = 71.19%
G = 28.81%
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

#D75700 (or 0xD75700) is known color: Tenne (Tawny). HEX triplet: D7, 57 and 00. RGB value is (215,87,0). Sum of RGB (Red+Green+Blue) = 215+87+0=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D75700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75700 is #28A8FF. Grayscale: #737373. Windows color (decimal): -2664704 or 22487. OLE color: 22487.

HSL color Cylindrical-coordinate representation of color #D75700: hue angle of 24.28º 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 #D75700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 87 0 -
CMYK 0 0.60 1 0.16
HSL 24.28º 1% 0.42% -
HSV(B) 24.28º 1% 0.84% -
XYZ 31.43 21.26 2.45 -
YUV 115.35 62.91 199.07 -
System Red Green Blue C M Y K H S L
Decimal 215 87 0 0 0.60 1 0.16 24.28 1 0.42
Hex D7 57 0 0 3C 64 10 18 64 2A
Octal 327 127 0 0 74 144 20 30 144 52
Binary 11010111 1010111 0 0 111100 1100100 10000 11000 1100100 101010

Color Harmonies of #D75700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75700

Black with #D75700

Text Example


Text Example

White with #D75700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75700; }

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

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

background-color css

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

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

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

border-color css

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

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

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