Html Css Color HEX #D85504 Tenne (Tawny)

📋 copy color: '#D85504'

red 216 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #D85504

Tints of Tenne (Tawny) #D85504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 70.82%
G = 27.87%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D85504 (or 0xD85504) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 04. RGB value is (216,85,4). Sum of RGB (Red+Green+Blue) = 216+85+4=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D85504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85504 is #27AAFB. Grayscale: #737373. Windows color (decimal): -2599676 or 284120. OLE color: 284120.

HSL color Cylindrical-coordinate representation of color #D85504: hue angle of 22.92º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D85504 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 4 -
CMYK 0 0.61 0.98 0.15
HSL 22.92º 0.96% 0.43% -
HSV(B) 22.92º 0.98% 0.85% -
XYZ 31.59 21.1 2.52 -
YUV 114.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 216 85 4 0 0.61 0.98 0.15 22.92 0.96 0.43
Hex D8 55 4 0 3D 62 F 17 60 2B
Octal 330 125 4 0 75 142 17 27 140 53
Binary 11011000 1010101 100 0 111101 1100010 1111 10111 1100000 101011

Color Harmonies of #D85504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85504

Black with #D85504

Text Example


Text Example

White with #D85504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85504; }

 p { color: rgb(216,85,4); }

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

background-color css

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

 a { background-color: rgb(216,85,4); }

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

border-color css

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

 span { border-color: rgb(216,85,4); }

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