Html Css Color HEX #D85103 Tenne (Tawny)

📋 copy color: '#D85103'

red 216 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #D85103

Tints of Tenne (Tawny) #D85103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

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

R = 72%
G = 27%
B = 1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85103 (or 0xD85103) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 03. RGB value is (216,81,3). Sum of RGB (Red+Green+Blue) = 216+81+3=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D85103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85103 is #27AEFC. Grayscale: #707070. Windows color (decimal): -2600701 or 217560. OLE color: 217560.

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

Color convert

RGB 216 81 3 -
CMYK 0 0.62 0.99 0.15
HSL 21.97º 0.97% 0.43% -
HSV(B) 21.97º 0.99% 0.85% -
XYZ 31.28 20.49 2.39 -
YUV 112.47 66.23 201.84 -
System Red Green Blue C M Y K H S L
Decimal 216 81 3 0 0.62 0.99 0.15 21.97 0.97 0.43
Hex D8 51 3 0 3E 63 F 16 61 2B
Octal 330 121 3 0 76 143 17 26 141 53
Binary 11011000 1010001 11 0 111110 1100011 1111 10110 1100001 101011

Color Harmonies of #D85103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85103

Black with #D85103

Text Example


Text Example

White with #D85103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85103; }

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

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

background-color css

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

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

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

border-color css

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

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

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