Html Css Color HEX #D85403 Tenne (Tawny)

📋 copy color: '#D85403'

red 216 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #D85403

Tints of Tenne (Tawny) #D85403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 71.29%
G = 27.72%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85403 (or 0xD85403) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 03. RGB value is (216,84,3). Sum of RGB (Red+Green+Blue) = 216+84+3=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D85403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85403 is #27ABFC. Grayscale: #727272. Windows color (decimal): -2599933 or 218328. OLE color: 218328.

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

Color convert

RGB 216 84 3 -
CMYK 0 0.61 0.99 0.15
HSL 22.82º 0.97% 0.43% -
HSV(B) 22.82º 0.99% 0.85% -
XYZ 31.51 20.95 2.47 -
YUV 114.23 65.23 200.59 -
System Red Green Blue C M Y K H S L
Decimal 216 84 3 0 0.61 0.99 0.15 22.82 0.97 0.43
Hex D8 54 3 0 3D 63 F 17 61 2B
Octal 330 124 3 0 75 143 17 27 141 53
Binary 11011000 1010100 11 0 111101 1100011 1111 10111 1100001 101011

Color Harmonies of #D85403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85403

Black with #D85403

Text Example


Text Example

White with #D85403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85403; }

 p { color: rgb(216,84,3); }

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

background-color css

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

 a { background-color: rgb(216,84,3); }

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

border-color css

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

 span { border-color: rgb(216,84,3); }

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