Html Css Color HEX #D75E07 Tenne (Tawny)

📋 copy color: '#D75E07'

red 215 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #D75E07

Tints of Tenne (Tawny) #D75E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 68.04%
G = 29.75%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D75E07 (or 0xD75E07) is known color: Tenne (Tawny). HEX triplet: D7, 5E and 07. RGB value is (215,94,7). Sum of RGB (Red+Green+Blue) = 215+94+7=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75E07 is #28A1F8. Grayscale: #787878. Windows color (decimal): -2662905 or 483031. OLE color: 483031.

HSL color Cylindrical-coordinate representation of color #D75E07: hue angle of 25.1º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D75E07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 94 7 -
CMYK 0 0.56 0.97 0.16
HSL 25.1º 0.94% 0.44% -
HSV(B) 25.1º 0.97% 0.84% -
XYZ 32.07 22.47 2.85 -
YUV 120.26 64.09 195.57 -
System Red Green Blue C M Y K H S L
Decimal 215 94 7 0 0.56 0.97 0.16 25.1 0.94 0.44
Hex D7 5E 7 0 38 61 10 19 5E 2C
Octal 327 136 7 0 70 141 20 31 136 54
Binary 11010111 1011110 111 0 111000 1100001 10000 11001 1011110 101100

Color Harmonies of #D75E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E07

Black with #D75E07

Text Example


Text Example

White with #D75E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E07; }

 p { color: rgb(215,94,7); }

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

background-color css

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

 a { background-color: rgb(215,94,7); }

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

border-color css

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

 span { border-color: rgb(215,94,7); }

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