Html Css Color HEX #D05512 Tenne (Tawny)

📋 copy color: '#D05512'

red 208 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #D05512

Tints of Tenne (Tawny) #D05512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 66.88%
G = 27.33%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D05512 (or 0xD05512) is known color: Tenne (Tawny). HEX triplet: D0, 55 and 12. RGB value is (208,85,18). Sum of RGB (Red+Green+Blue) = 208+85+18=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D05512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05512 is #2FAAED. Grayscale: #727272. Windows color (decimal): -3123950 or 1201616. OLE color: 1201616.

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

Color convert

RGB 208 85 18 -
CMYK 0 0.59 0.91 0.18
HSL 21.16º 0.84% 0.44% -
HSV(B) 21.16º 0.91% 0.82% -
XYZ 29.37 19.95 2.88 -
YUV 114.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 208 85 18 0 0.59 0.91 0.18 21.16 0.84 0.44
Hex D0 55 12 0 3B 5B 12 15 54 2C
Octal 320 125 22 0 73 133 22 25 124 54
Binary 11010000 1010101 10010 0 111011 1011011 10010 10101 1010100 101100

Color Harmonies of #D05512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05512

Black with #D05512

Text Example


Text Example

White with #D05512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05512; }

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

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

background-color css

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

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

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

border-color css

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

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

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