Html Css Color HEX #D2560D Tenne (Tawny)

📋 copy color: '#D2560D'

red 210 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #D2560D

Tints of Tenne (Tawny) #D2560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 67.96%
G = 27.83%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2560D (or 0xD2560D) is known color: Tenne (Tawny). HEX triplet: D2, 56 and 0D. RGB value is (210,86,13). Sum of RGB (Red+Green+Blue) = 210+86+13=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2560D is #2DA9F2. Grayscale: #737373. Windows color (decimal): -2992627 or 874194. OLE color: 874194.

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

Color convert

RGB 210 86 13 -
CMYK 0 0.59 0.94 0.18
HSL 22.23º 0.88% 0.44% -
HSV(B) 22.23º 0.94% 0.82% -
XYZ 29.98 20.39 2.74 -
YUV 114.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 210 86 13 0 0.59 0.94 0.18 22.23 0.88 0.44
Hex D2 56 D 0 3B 5E 12 16 58 2C
Octal 322 126 15 0 73 136 22 26 130 54
Binary 11010010 1010110 1101 0 111011 1011110 10010 10110 1011000 101100

Color Harmonies of #D2560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2560D

Black with #D2560D

Text Example


Text Example

White with #D2560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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