Html Css Color HEX #D6580B Tenne (Tawny)

📋 copy color: '#D6580B'

red 214 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #D6580B

Tints of Tenne (Tawny) #D6580B

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 68.37%
G = 28.12%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6580B (or 0xD6580B) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 0B. RGB value is (214,88,11). Sum of RGB (Red+Green+Blue) = 214+88+11=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6580B is #29A7F4. Grayscale: #757575. Windows color (decimal): -2729973 or 743638. OLE color: 743638.

HSL color Cylindrical-coordinate representation of color #D6580B: hue angle of 22.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6580B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 88 11 -
CMYK 0 0.59 0.95 0.16
HSL 22.76º 0.9% 0.44% -
HSV(B) 22.76º 0.95% 0.84% -
XYZ 31.28 21.3 2.78 -
YUV 116.9 68.24 197.26 -
System Red Green Blue C M Y K H S L
Decimal 214 88 11 0 0.59 0.95 0.16 22.76 0.9 0.44
Hex D6 58 B 0 3B 5F 10 17 5A 2C
Octal 326 130 13 0 73 137 20 27 132 54
Binary 11010110 1011000 1011 0 111011 1011111 10000 10111 1011010 101100

Color Harmonies of #D6580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6580B

Black with #D6580B

Text Example


Text Example

White with #D6580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6580B; }

 p { color: rgb(214,88,11); }

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

background-color css

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

 a { background-color: rgb(214,88,11); }

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

border-color css

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

 span { border-color: rgb(214,88,11); }

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