Html Css Color HEX #D7560A Tenne (Tawny)

📋 copy color: '#D7560A'

red 215 ◦ green 86 ◦ blue 10

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

Shades of Tenne (Tawny) #D7560A

Tints of Tenne (Tawny) #D7560A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 69.13%
G = 27.65%
B = 3.22%

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

#D7560A (or 0xD7560A) is known color: Tenne (Tawny). HEX triplet: D7, 56 and 0A. RGB value is (215,86,10). Sum of RGB (Red+Green+Blue) = 215+86+10=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7560A is #28A9F5. Grayscale: #747474. Windows color (decimal): -2664950 or 677591. OLE color: 677591.

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

Color convert

RGB 215 86 10 -
CMYK 0 0.6 0.95 0.16
HSL 22.24º 0.91% 0.44% -
HSV(B) 22.24º 0.95% 0.84% -
XYZ 31.41 21.12 2.71 -
YUV 115.91 68.24 198.68 -
System Red Green Blue C M Y K H S L
Decimal 215 86 10 0 0.6 0.95 0.16 22.24 0.91 0.44
Hex D7 56 A 0 3C 5F 10 16 5B 2C
Octal 327 126 12 0 74 137 20 26 133 54
Binary 11010111 1010110 1010 0 111100 1011111 10000 10110 1011011 101100

Color Harmonies of #D7560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7560A

Black with #D7560A

Text Example


Text Example

White with #D7560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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