Html Css Color HEX #D0590C Tenne (Tawny)

📋 copy color: '#D0590C'

red 208 ◦ green 89 ◦ blue 12

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

Shades of Tenne (Tawny) #D0590C

Tints of Tenne (Tawny) #D0590C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 67.31%
G = 28.8%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0590C (or 0xD0590C) is known color: Tenne (Tawny). HEX triplet: D0, 59 and 0C. RGB value is (208,89,12). Sum of RGB (Red+Green+Blue) = 208+89+12=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0590C is #2FA6F3. Grayscale: #747474. Windows color (decimal): -3122932 or 809424. OLE color: 809424.

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

Color convert

RGB 208 89 12 -
CMYK 0 0.57 0.94 0.18
HSL 23.57º 0.89% 0.43% -
HSV(B) 23.57º 0.94% 0.82% -
XYZ 29.65 20.58 2.76 -
YUV 115.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 208 89 12 0 0.57 0.94 0.18 23.57 0.89 0.43
Hex D0 59 C 0 39 5E 12 18 59 2B
Octal 320 131 14 0 71 136 22 30 131 53
Binary 11010000 1011001 1100 0 111001 1011110 10010 11000 1011001 101011

Color Harmonies of #D0590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0590C

Black with #D0590C

Text Example


Text Example

White with #D0590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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