Html Css Color HEX #D85F06 Tenne (Tawny)

📋 copy color: '#D85F06'

red 216 ◦ green 95 ◦ blue 6

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

Shades of Tenne (Tawny) #D85F06

Tints of Tenne (Tawny) #D85F06

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 68.14%
G = 29.97%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D85F06 (or 0xD85F06) is known color: Tenne (Tawny). HEX triplet: D8, 5F and 06. RGB value is (216,95,6). Sum of RGB (Red+Green+Blue) = 216+95+6=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F06 is #27A0F9. Grayscale: #797979. Windows color (decimal): -2597114 or 417752. OLE color: 417752.

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

Color convert

RGB 216 95 6 -
CMYK 0 0.56 0.97 0.15
HSL 25.43º 0.95% 0.44% -
HSV(B) 25.43º 0.97% 0.85% -
XYZ 32.44 22.8 2.86 -
YUV 121.03 63.09 195.74 -
System Red Green Blue C M Y K H S L
Decimal 216 95 6 0 0.56 0.97 0.15 25.43 0.95 0.44
Hex D8 5F 6 0 38 61 F 19 5F 2C
Octal 330 137 6 0 70 141 17 31 137 54
Binary 11011000 1011111 110 0 111000 1100001 1111 11001 1011111 101100

Color Harmonies of #D85F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F06

Black with #D85F06

Text Example


Text Example

White with #D85F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F06; }

 p { color: rgb(216,95,6); }

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

background-color css

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

 a { background-color: rgb(216,95,6); }

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

border-color css

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

 span { border-color: rgb(216,95,6); }

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