Html Css Color HEX #D76205 Tenne (Tawny)

📋 copy color: '#D76205'

red 215 ◦ green 98 ◦ blue 5

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

Shades of Tenne (Tawny) #D76205

Tints of Tenne (Tawny) #D76205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 67.61%
G = 30.82%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D76205 (or 0xD76205) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 05. RGB value is (215,98,5). Sum of RGB (Red+Green+Blue) = 215+98+5=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D76205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76205 is #289DFA. Grayscale: #7A7A7A. Windows color (decimal): -2661883 or 352983. OLE color: 352983.

HSL color Cylindrical-coordinate representation of color #D76205: hue angle of 26.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D76205 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 5 -
CMYK 0 0.54 0.98 0.16
HSL 26.57º 0.95% 0.43% -
HSV(B) 26.57º 0.98% 0.84% -
XYZ 32.42 23.19 2.91 -
YUV 122.38 61.76 194.06 -
System Red Green Blue C M Y K H S L
Decimal 215 98 5 0 0.54 0.98 0.16 26.57 0.95 0.43
Hex D7 62 5 0 36 62 10 1B 5F 2B
Octal 327 142 5 0 66 142 20 33 137 53
Binary 11010111 1100010 101 0 110110 1100010 10000 11011 1011111 101011

Color Harmonies of #D76205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76205

Black with #D76205

Text Example


Text Example

White with #D76205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76205; }

 p { color: rgb(215,98,5); }

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

background-color css

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

 a { background-color: rgb(215,98,5); }

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

border-color css

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

 span { border-color: rgb(215,98,5); }

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