Html Css Color HEX #D85607 Tenne (Tawny)

📋 copy color: '#D85607'

red 216 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #D85607

Tints of Tenne (Tawny) #D85607

RGB

 RED value IS 216 (84.77% from 255) = 69.9%

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 69.9%
G = 27.83%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D85607 (or 0xD85607) is known color: Tenne (Tawny). HEX triplet: D8, 56 and 07. RGB value is (216,86,7). Sum of RGB (Red+Green+Blue) = 216+86+7=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D85607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85607 is #27A9F8. Grayscale: #747474. Windows color (decimal): -2599417 or 480984. OLE color: 480984.

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

Color convert

RGB 216 86 7 -
CMYK 0 0.60 0.97 0.15
HSL 22.68º 0.94% 0.44% -
HSV(B) 22.68º 0.97% 0.85% -
XYZ 31.69 21.27 2.64 -
YUV 115.86 66.57 199.42 -
System Red Green Blue C M Y K H S L
Decimal 216 86 7 0 0.60 0.97 0.15 22.68 0.94 0.44
Hex D8 56 7 0 3C 61 F 17 5E 2C
Octal 330 126 7 0 74 141 17 27 136 54
Binary 11011000 1010110 111 0 111100 1100001 1111 10111 1011110 101100

Color Harmonies of #D85607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85607

Black with #D85607

Text Example


Text Example

White with #D85607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85607; }

 p { color: rgb(216,86,7); }

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

background-color css

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

 a { background-color: rgb(216,86,7); }

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

border-color css

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

 span { border-color: rgb(216,86,7); }

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