Html Css Color HEX #D85307 Tenne (Tawny)

📋 copy color: '#D85307'

red 216 ◦ green 83 ◦ blue 7

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

Shades of Tenne (Tawny) #D85307

Tints of Tenne (Tawny) #D85307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 70.59%
G = 27.12%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D85307 (or 0xD85307) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 07. RGB value is (216,83,7). Sum of RGB (Red+Green+Blue) = 216+83+7=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D85307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85307 is #27ACF8. Grayscale: #727272. Windows color (decimal): -2600185 or 480216. OLE color: 480216.

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

Color convert

RGB 216 83 7 -
CMYK 0 0.62 0.97 0.15
HSL 21.82º 0.94% 0.44% -
HSV(B) 21.82º 0.97% 0.85% -
XYZ 31.45 20.8 2.56 -
YUV 114.1 67.56 200.68 -
System Red Green Blue C M Y K H S L
Decimal 216 83 7 0 0.62 0.97 0.15 21.82 0.94 0.44
Hex D8 53 7 0 3E 61 F 16 5E 2C
Octal 330 123 7 0 76 141 17 26 136 54
Binary 11011000 1010011 111 0 111110 1100001 1111 10110 1011110 101100

Color Harmonies of #D85307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85307

Black with #D85307

Text Example


Text Example

White with #D85307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85307; }

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

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

background-color css

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

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

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

border-color css

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

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

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