Html Css Color HEX #D2600D Tenne (Tawny)

📋 copy color: '#D2600D'

red 210 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #D2600D

Tints of Tenne (Tawny) #D2600D

RGB

 RED value IS 210 (82.42% from 255) = 65.83%

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

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

R = 65.83%
G = 30.09%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2600D (or 0xD2600D) is known color: Tenne (Tawny). HEX triplet: D2, 60 and 0D. RGB value is (210,96,13). Sum of RGB (Red+Green+Blue) = 210+96+13=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2600D is #2D9FF2. Grayscale: #797979. Windows color (decimal): -2990067 or 876754. OLE color: 876754.

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

Color convert

RGB 210 96 13 -
CMYK 0 0.54 0.94 0.18
HSL 25.28º 0.88% 0.44% -
HSV(B) 25.28º 0.94% 0.82% -
XYZ 30.83 22.1 3.02 -
YUV 120.62 67.27 191.75 -
System Red Green Blue C M Y K H S L
Decimal 210 96 13 0 0.54 0.94 0.18 25.28 0.88 0.44
Hex D2 60 D 0 36 5E 12 19 58 2C
Octal 322 140 15 0 66 136 22 31 130 54
Binary 11010010 1100000 1101 0 110110 1011110 10010 11001 1011000 101100

Color Harmonies of #D2600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2600D

Black with #D2600D

Text Example


Text Example

White with #D2600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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