Html Css Color HEX #D05105 Tenne (Tawny)

📋 copy color: '#D05105'

red 208 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #D05105

Tints of Tenne (Tawny) #D05105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 70.75%
G = 27.55%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D05105 (or 0xD05105) is known color: Tenne (Tawny). HEX triplet: D0, 51 and 05. RGB value is (208,81,5). Sum of RGB (Red+Green+Blue) = 208+81+5=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D05105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05105 is #2FAEFA. Grayscale: #6E6E6E. Windows color (decimal): -3124987 or 348624. OLE color: 348624.

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

Color convert

RGB 208 81 5 -
CMYK 0 0.61 0.98 0.18
HSL 22.46º 0.95% 0.42% -
HSV(B) 22.46º 0.98% 0.82% -
XYZ 28.98 19.31 2.34 -
YUV 110.31 68.58 197.68 -
System Red Green Blue C M Y K H S L
Decimal 208 81 5 0 0.61 0.98 0.18 22.46 0.95 0.42
Hex D0 51 5 0 3D 62 12 16 5F 2A
Octal 320 121 5 0 75 142 22 26 137 52
Binary 11010000 1010001 101 0 111101 1100010 10010 10110 1011111 101010

Color Harmonies of #D05105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05105

Black with #D05105

Text Example


Text Example

White with #D05105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05105; }

 p { color: rgb(208,81,5); }

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

background-color css

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

 a { background-color: rgb(208,81,5); }

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

border-color css

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

 span { border-color: rgb(208,81,5); }

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