Html Css Color HEX #D05A00 Tenne (Tawny)

📋 copy color: '#D05A00'

red 208 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #D05A00

Tints of Tenne (Tawny) #D05A00

RGB

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

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

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

R = 69.8%
G = 30.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D05A00 (or 0xD05A00) is known color: Tenne (Tawny). HEX triplet: D0, 5A and 00. RGB value is (208,90,0). Sum of RGB (Red+Green+Blue) = 208+90+0=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05A00 is #2FA5FF. Grayscale: #737373. Windows color (decimal): -3122688 or 23248. OLE color: 23248.

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

Color convert

RGB 208 90 0 -
CMYK 0 0.57 1 0.18
HSL 25.96º 1% 0.41% -
HSV(B) 25.96º 1% 0.82% -
XYZ 29.67 20.72 2.44 -
YUV 115.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 208 90 0 0 0.57 1 0.18 25.96 1 0.41
Hex D0 5A 0 0 39 64 12 1A 64 29
Octal 320 132 0 0 71 144 22 32 144 51
Binary 11010000 1011010 0 0 111001 1100100 10010 11010 1100100 101001

Color Harmonies of #D05A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A00

Black with #D05A00

Text Example


Text Example

White with #D05A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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