Html Css Color HEX #D76507 Tenne (Tawny)

📋 copy color: '#D76507'

red 215 ◦ green 101 ◦ blue 7

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

Shades of Tenne (Tawny) #D76507

Tints of Tenne (Tawny) #D76507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 66.56%
G = 31.27%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D76507 (or 0xD76507) is known color: Tenne (Tawny). HEX triplet: D7, 65 and 07. RGB value is (215,101,7). Sum of RGB (Red+Green+Blue) = 215+101+7=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D76507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76507 is #289AF8. Grayscale: #7C7C7C. Windows color (decimal): -2661113 or 484823. OLE color: 484823.

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

Color convert

RGB 215 101 7 -
CMYK 0 0.53 0.97 0.16
HSL 27.12º 0.94% 0.44% -
HSV(B) 27.12º 0.97% 0.84% -
XYZ 32.72 23.77 3.06 -
YUV 124.37 61.77 192.64 -
System Red Green Blue C M Y K H S L
Decimal 215 101 7 0 0.53 0.97 0.16 27.12 0.94 0.44
Hex D7 65 7 0 35 61 10 1B 5E 2C
Octal 327 145 7 0 65 141 20 33 136 54
Binary 11010111 1100101 111 0 110101 1100001 10000 11011 1011110 101100

Color Harmonies of #D76507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76507

Black with #D76507

Text Example


Text Example

White with #D76507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76507; }

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

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

background-color css

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

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

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

border-color css

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

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

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