Html Css Color HEX #D05511 Tenne (Tawny)

📋 copy color: '#D05511'

red 208 ◦ green 85 ◦ blue 17

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

Shades of Tenne (Tawny) #D05511

Tints of Tenne (Tawny) #D05511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 67.1%
G = 27.42%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D05511 (or 0xD05511) is known color: Tenne (Tawny). HEX triplet: D0, 55 and 11. RGB value is (208,85,17). Sum of RGB (Red+Green+Blue) = 208+85+17=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D05511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05511 is #2FAAEE. Grayscale: #727272. Windows color (decimal): -3123951 or 1136080. OLE color: 1136080.

HSL color Cylindrical-coordinate representation of color #D05511: hue angle of 21.36º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D05511 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 85 17 -
CMYK 0 0.59 0.92 0.18
HSL 21.36º 0.85% 0.44% -
HSV(B) 21.36º 0.92% 0.82% -
XYZ 29.36 19.95 2.83 -
YUV 114.03 73.25 195.03 -
System Red Green Blue C M Y K H S L
Decimal 208 85 17 0 0.59 0.92 0.18 21.36 0.85 0.44
Hex D0 55 11 0 3B 5C 12 15 55 2C
Octal 320 125 21 0 73 134 22 25 125 54
Binary 11010000 1010101 10001 0 111011 1011100 10010 10101 1010101 101100

Color Harmonies of #D05511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05511

Black with #D05511

Text Example


Text Example

White with #D05511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05511; }

 p { color: rgb(208,85,17); }

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

background-color css

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

 a { background-color: rgb(208,85,17); }

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

border-color css

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

 span { border-color: rgb(208,85,17); }

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