Html Css Color HEX #D5600D Tenne (Tawny)

📋 copy color: '#D5600D'

red 213 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #D5600D

Tints of Tenne (Tawny) #D5600D

RGB

 RED value IS 213 (83.59% from 255) = 66.15%

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 66.15%
G = 29.81%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5600D (or 0xD5600D) is known color: Tenne (Tawny). HEX triplet: D5, 60 and 0D. RGB value is (213,96,13). Sum of RGB (Red+Green+Blue) = 213+96+13=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5600D is #2A9FF2. Grayscale: #797979. Windows color (decimal): -2793459 or 876757. OLE color: 876757.

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

Color convert

RGB 213 96 13 -
CMYK 0 0.55 0.94 0.16
HSL 24.9º 0.88% 0.44% -
HSV(B) 24.9º 0.94% 0.84% -
XYZ 31.7 22.54 3.06 -
YUV 121.52 66.76 193.25 -
System Red Green Blue C M Y K H S L
Decimal 213 96 13 0 0.55 0.94 0.16 24.9 0.88 0.44
Hex D5 60 D 0 37 5E 10 19 58 2C
Octal 325 140 15 0 67 136 20 31 130 54
Binary 11010101 1100000 1101 0 110111 1011110 10000 11001 1011000 101100

Color Harmonies of #D5600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5600D

Black with #D5600D

Text Example


Text Example

White with #D5600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5600D; }

 p { color: rgb(213,96,13); }

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

background-color css

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

 a { background-color: rgb(213,96,13); }

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

border-color css

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

 span { border-color: rgb(213,96,13); }

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