Html Css Color HEX #D0580D Tenne (Tawny)

📋 copy color: '#D0580D'

red 208 ◦ green 88 ◦ blue 13

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

Shades of Tenne (Tawny) #D0580D

Tints of Tenne (Tawny) #D0580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 67.31%
G = 28.48%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0580D (or 0xD0580D) is known color: Tenne (Tawny). HEX triplet: D0, 58 and 0D. RGB value is (208,88,13). Sum of RGB (Red+Green+Blue) = 208+88+13=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0580D is #2FA7F2. Grayscale: #737373. Windows color (decimal): -3123187 or 874704. OLE color: 874704.

HSL color Cylindrical-coordinate representation of color #D0580D: hue angle of 23.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0580D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 13 -
CMYK 0 0.58 0.94 0.18
HSL 23.08º 0.88% 0.43% -
HSV(B) 23.08º 0.94% 0.82% -
XYZ 29.57 20.42 2.76 -
YUV 115.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 208 88 13 0 0.58 0.94 0.18 23.08 0.88 0.43
Hex D0 58 D 0 3A 5E 12 17 58 2B
Octal 320 130 15 0 72 136 22 27 130 53
Binary 11010000 1011000 1101 0 111010 1011110 10010 10111 1011000 101011

Color Harmonies of #D0580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0580D

Black with #D0580D

Text Example


Text Example

White with #D0580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0580D; }

 p { color: rgb(208,88,13); }

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

background-color css

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

 a { background-color: rgb(208,88,13); }

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

border-color css

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

 span { border-color: rgb(208,88,13); }

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