Html Css Color HEX #D5600B Tenne (Tawny)

📋 copy color: '#D5600B'

red 213 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #D5600B

Tints of Tenne (Tawny) #D5600B

RGB

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

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

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

R = 66.56%
G = 30%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5600B (or 0xD5600B) is known color: Tenne (Tawny). HEX triplet: D5, 60 and 0B. RGB value is (213,96,11). Sum of RGB (Red+Green+Blue) = 213+96+11=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5600B is #2A9FF4. Grayscale: #797979. Windows color (decimal): -2793461 or 745685. OLE color: 745685.

HSL color Cylindrical-coordinate representation of color #D5600B: hue angle of 25.25º 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 #D5600B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 11 -
CMYK 0 0.55 0.95 0.16
HSL 25.25º 0.9% 0.44% -
HSV(B) 25.25º 0.95% 0.84% -
XYZ 31.68 22.54 3 -
YUV 121.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 213 96 11 0 0.55 0.95 0.16 25.25 0.9 0.44
Hex D5 60 B 0 37 5F 10 19 5A 2C
Octal 325 140 13 0 67 137 20 31 132 54
Binary 11010101 1100000 1011 0 110111 1011111 10000 11001 1011010 101100

Color Harmonies of #D5600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5600B

Black with #D5600B

Text Example


Text Example

White with #D5600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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