Html Css Color HEX #D3600D Tenne (Tawny)

📋 copy color: '#D3600D'

red 211 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #D3600D

Tints of Tenne (Tawny) #D3600D

RGB

 RED value IS 211 (82.81% from 255) = 65.94%

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

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

R = 65.94%
G = 30%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3600D (or 0xD3600D) is known color: Tenne (Tawny). HEX triplet: D3, 60 and 0D. RGB value is (211,96,13). Sum of RGB (Red+Green+Blue) = 211+96+13=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D3600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3600D is #2C9FF2. Grayscale: #797979. Windows color (decimal): -2924531 or 876755. OLE color: 876755.

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

Color convert

RGB 211 96 13 -
CMYK 0 0.55 0.94 0.17
HSL 25.15º 0.88% 0.44% -
HSV(B) 25.15º 0.94% 0.83% -
XYZ 31.12 22.24 3.03 -
YUV 120.92 67.1 192.25 -
System Red Green Blue C M Y K H S L
Decimal 211 96 13 0 0.55 0.94 0.17 25.15 0.88 0.44
Hex D3 60 D 0 37 5E 11 19 58 2C
Octal 323 140 15 0 67 136 21 31 130 54
Binary 11010011 1100000 1101 0 110111 1011110 10001 11001 1011000 101100

Color Harmonies of #D3600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3600D

Black with #D3600D

Text Example


Text Example

White with #D3600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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