Html Css Color HEX #D85A06 Tenne (Tawny)

📋 copy color: '#D85A06'

red 216 ◦ green 90 ◦ blue 6

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

Shades of Tenne (Tawny) #D85A06

Tints of Tenne (Tawny) #D85A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

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

R = 69.23%
G = 28.85%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D85A06 (or 0xD85A06) is known color: Tenne (Tawny). HEX triplet: D8, 5A and 06. RGB value is (216,90,6). Sum of RGB (Red+Green+Blue) = 216+90+6=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A06 is #27A5F9. Grayscale: #767676. Windows color (decimal): -2598394 or 416472. OLE color: 416472.

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

Color convert

RGB 216 90 6 -
CMYK 0 0.58 0.97 0.15
HSL 24º 0.95% 0.44% -
HSV(B) 24º 0.97% 0.85% -
XYZ 32.01 21.92 2.72 -
YUV 118.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 216 90 6 0 0.58 0.97 0.15 24 0.95 0.44
Hex D8 5A 6 0 3A 61 F 18 5F 2C
Octal 330 132 6 0 72 141 17 30 137 54
Binary 11011000 1011010 110 0 111010 1100001 1111 11000 1011111 101100

Color Harmonies of #D85A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A06

Black with #D85A06

Text Example


Text Example

White with #D85A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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