Html Css Color HEX #D7560B Tenne (Tawny)

📋 copy color: '#D7560B'

red 215 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #D7560B

Tints of Tenne (Tawny) #D7560B

RGB

 RED value IS 215 (84.38% from 255) = 68.91%

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

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

R = 68.91%
G = 27.56%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7560B (or 0xD7560B) is known color: Tenne (Tawny). HEX triplet: D7, 56 and 0B. RGB value is (215,86,11). Sum of RGB (Red+Green+Blue) = 215+86+11=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7560B is #28A9F4. Grayscale: #747474. Windows color (decimal): -2664949 or 743127. OLE color: 743127.

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

Color convert

RGB 215 86 11 -
CMYK 0 0.6 0.95 0.16
HSL 22.06º 0.9% 0.44% -
HSV(B) 22.06º 0.95% 0.84% -
XYZ 31.41 21.13 2.74 -
YUV 116.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 215 86 11 0 0.6 0.95 0.16 22.06 0.9 0.44
Hex D7 56 B 0 3C 5F 10 16 5A 2C
Octal 327 126 13 0 74 137 20 26 132 54
Binary 11010111 1010110 1011 0 111100 1011111 10000 10110 1011010 101100

Color Harmonies of #D7560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7560B

Black with #D7560B

Text Example


Text Example

White with #D7560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7560B; }

 p { color: rgb(215,86,11); }

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

background-color css

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

 a { background-color: rgb(215,86,11); }

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

border-color css

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

 span { border-color: rgb(215,86,11); }

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