Html Css Color HEX #D05901 Tenne (Tawny)

📋 copy color: '#D05901'

red 208 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #D05901

Tints of Tenne (Tawny) #D05901

RGB

 RED value IS 208 (81.64% from 255) = 69.8%

 GREEN value IS 89 (35.16% from 255) = 29.87%

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

R = 69.8%
G = 29.87%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D05901 (or 0xD05901) is known color: Tenne (Tawny). HEX triplet: D0, 59 and 01. RGB value is (208,89,1). Sum of RGB (Red+Green+Blue) = 208+89+1=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D05901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05901 is #2FA6FE. Grayscale: #737373. Windows color (decimal): -3122943 or 88528. OLE color: 88528.

HSL color Cylindrical-coordinate representation of color #D05901: hue angle of 25.51º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D05901 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 1 -
CMYK 0 0.57 1.00 0.18
HSL 25.51º 0.99% 0.41% -
HSV(B) 25.51º 1% 0.82% -
XYZ 29.59 20.56 2.44 -
YUV 114.55 63.92 194.66 -
System Red Green Blue C M Y K H S L
Decimal 208 89 1 0 0.57 1.00 0.18 25.51 0.99 0.41
Hex D0 59 1 0 39 64 12 1A 63 29
Octal 320 131 1 0 71 144 22 32 143 51
Binary 11010000 1011001 1 0 111001 1100100 10010 11010 1100011 101001

Color Harmonies of #D05901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05901

Black with #D05901

Text Example


Text Example

White with #D05901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05901; }

 p { color: rgb(208,89,1); }

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

background-color css

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

 a { background-color: rgb(208,89,1); }

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

border-color css

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

 span { border-color: rgb(208,89,1); }

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