Html Css Color HEX #D05201 Tenne (Tawny)

📋 copy color: '#D05201'

red 208 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #D05201

Tints of Tenne (Tawny) #D05201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

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

R = 71.48%
G = 28.18%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D05201 (or 0xD05201) is known color: Tenne (Tawny). HEX triplet: D0, 52 and 01. RGB value is (208,82,1). Sum of RGB (Red+Green+Blue) = 208+82+1=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D05201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05201 is #2FADFE. Grayscale: #6E6E6E. Windows color (decimal): -3124735 or 86736. OLE color: 86736.

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

Color convert

RGB 208 82 1 -
CMYK 0 0.61 1.00 0.18
HSL 23.48º 0.99% 0.41% -
HSV(B) 23.48º 1% 0.82% -
XYZ 29.04 19.45 2.25 -
YUV 110.44 66.24 197.59 -
System Red Green Blue C M Y K H S L
Decimal 208 82 1 0 0.61 1.00 0.18 23.48 0.99 0.41
Hex D0 52 1 0 3D 64 12 17 63 29
Octal 320 122 1 0 75 144 22 27 143 51
Binary 11010000 1010010 1 0 111101 1100100 10010 10111 1100011 101001

Color Harmonies of #D05201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05201

Black with #D05201

Text Example


Text Example

White with #D05201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05201; }

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

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

background-color css

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

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

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

border-color css

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

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

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