Html Css Color HEX #D85D01 Tenne (Tawny)

📋 copy color: '#D85D01'

red 216 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #D85D01

Tints of Tenne (Tawny) #D85D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 69.68%
G = 30%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D85D01 (or 0xD85D01) is known color: Tenne (Tawny). HEX triplet: D8, 5D and 01. RGB value is (216,93,1). Sum of RGB (Red+Green+Blue) = 216+93+1=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D01 is #27A2FE. Grayscale: #777777. Windows color (decimal): -2597631 or 89560. OLE color: 89560.

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

Color convert

RGB 216 93 1 -
CMYK 0 0.57 1.00 0.15
HSL 25.67º 0.99% 0.43% -
HSV(B) 25.67º 1% 0.85% -
XYZ 32.24 22.43 2.66 -
YUV 119.29 61.25 196.98 -
System Red Green Blue C M Y K H S L
Decimal 216 93 1 0 0.57 1.00 0.15 25.67 0.99 0.43
Hex D8 5D 1 0 39 64 F 1A 63 2B
Octal 330 135 1 0 71 144 17 32 143 53
Binary 11011000 1011101 1 0 111001 1100100 1111 11010 1100011 101011

Color Harmonies of #D85D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D01

Black with #D85D01

Text Example


Text Example

White with #D85D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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