Html Css Color HEX #D05900 Tenne (Tawny)

📋 copy color: '#D05900'

red 208 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #D05900

Tints of Tenne (Tawny) #D05900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.97%

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

R = 70.03%
G = 29.97%
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

#D05900 (or 0xD05900) is known color: Tenne (Tawny). HEX triplet: D0, 59 and 00. RGB value is (208,89,0). Sum of RGB (Red+Green+Blue) = 208+89+0=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D05900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05900 is #2FA6FF. Grayscale: #727272. Windows color (decimal): -3122944 or 22992. OLE color: 22992.

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

Color convert

RGB 208 89 0 -
CMYK 0 0.57 1 0.18
HSL 25.67º 1% 0.41% -
HSV(B) 25.67º 1% 0.82% -
XYZ 29.58 20.55 2.41 -
YUV 114.44 63.42 194.74 -
System Red Green Blue C M Y K H S L
Decimal 208 89 0 0 0.57 1 0.18 25.67 1 0.41
Hex D0 59 0 0 39 64 12 1A 64 29
Octal 320 131 0 0 71 144 22 32 144 51
Binary 11010000 1011001 0 0 111001 1100100 10010 11010 1100100 101001

Color Harmonies of #D05900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05900

Black with #D05900

Text Example


Text Example

White with #D05900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05900; }

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

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

background-color css

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

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

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

border-color css

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

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

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