Html Css Color HEX #D05200 Tenne (Tawny)

📋 copy color: '#D05200'

red 208 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #D05200

Tints of Tenne (Tawny) #D05200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.72%
G = 28.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D05200 (or 0xD05200) is known color: Tenne (Tawny). HEX triplet: D0, 52 and 00. RGB value is (208,82,0). Sum of RGB (Red+Green+Blue) = 208+82+0=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D05200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05200 is #2FADFF. Grayscale: #6E6E6E. Windows color (decimal): -3124736 or 21200. OLE color: 21200.

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

Color convert

RGB 208 82 0 -
CMYK 0 0.61 1 0.18
HSL 23.65º 1% 0.41% -
HSV(B) 23.65º 1% 0.82% -
XYZ 29.03 19.44 2.22 -
YUV 110.33 65.74 197.67 -
System Red Green Blue C M Y K H S L
Decimal 208 82 0 0 0.61 1 0.18 23.65 1 0.41
Hex D0 52 0 0 3D 64 12 18 64 29
Octal 320 122 0 0 75 144 22 30 144 51
Binary 11010000 1010010 0 0 111101 1100100 10010 11000 1100100 101001

Color Harmonies of #D05200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05200

Black with #D05200

Text Example


Text Example

White with #D05200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05200; }

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

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

background-color css

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

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

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

border-color css

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

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

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