Html Css Color HEX #D85001 Tenne (Tawny)

📋 copy color: '#D85001'

red 216 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #D85001

Tints of Tenne (Tawny) #D85001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 72.73%
G = 26.94%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D85001 (or 0xD85001) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 01. RGB value is (216,80,1). Sum of RGB (Red+Green+Blue) = 216+80+1=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D85001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85001 is #27AFFE. Grayscale: #707070. Windows color (decimal): -2600959 or 86232. OLE color: 86232.

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

Color convert

RGB 216 80 1 -
CMYK 0 0.63 1.00 0.15
HSL 22.05º 0.99% 0.43% -
HSV(B) 22.05º 1% 0.85% -
XYZ 31.19 20.34 2.31 -
YUV 111.66 65.56 202.42 -
System Red Green Blue C M Y K H S L
Decimal 216 80 1 0 0.63 1.00 0.15 22.05 0.99 0.43
Hex D8 50 1 0 3F 64 F 16 63 2B
Octal 330 120 1 0 77 144 17 26 143 53
Binary 11011000 1010000 1 0 111111 1100100 1111 10110 1100011 101011

Color Harmonies of #D85001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85001

Black with #D85001

Text Example


Text Example

White with #D85001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85001; }

 p { color: rgb(216,80,1); }

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

background-color css

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

 a { background-color: rgb(216,80,1); }

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

border-color css

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

 span { border-color: rgb(216,80,1); }

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