Html Css Color HEX #D05A10 Tenne (Tawny)

📋 copy color: '#D05A10'

red 208 ◦ green 90 ◦ blue 16

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

Shades of Tenne (Tawny) #D05A10

Tints of Tenne (Tawny) #D05A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 66.24%
G = 28.66%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D05A10 (or 0xD05A10) is known color: Tenne (Tawny). HEX triplet: D0, 5A and 10. RGB value is (208,90,16). Sum of RGB (Red+Green+Blue) = 208+90+16=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05A10 is #2FA5EF. Grayscale: #757575. Windows color (decimal): -3122672 or 1071824. OLE color: 1071824.

HSL color Cylindrical-coordinate representation of color #D05A10: hue angle of 23.12º degrees, saturation: 0.86, 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 #D05A10 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 16 -
CMYK 0 0.57 0.92 0.18
HSL 23.13º 0.86% 0.44% -
HSV(B) 23.13º 0.92% 0.82% -
XYZ 29.76 20.76 2.93 -
YUV 116.85 71.09 193.02 -
System Red Green Blue C M Y K H S L
Decimal 208 90 16 0 0.57 0.92 0.18 23.13 0.86 0.44
Hex D0 5A 10 0 39 5C 12 17 56 2C
Octal 320 132 20 0 71 134 22 27 126 54
Binary 11010000 1011010 10000 0 111001 1011100 10010 10111 1010110 101100

Color Harmonies of #D05A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A10

Black with #D05A10

Text Example


Text Example

White with #D05A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A10; }

 p { color: rgb(208,90,16); }

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

background-color css

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

 a { background-color: rgb(208,90,16); }

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

border-color css

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

 span { border-color: rgb(208,90,16); }

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