Html Css Color HEX #D7620B Tenne (Tawny)

📋 copy color: '#D7620B'

red 215 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #D7620B

Tints of Tenne (Tawny) #D7620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 66.36%
G = 30.25%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7620B (or 0xD7620B) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 0B. RGB value is (215,98,11). Sum of RGB (Red+Green+Blue) = 215+98+11=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7620B is #289DF4. Grayscale: #7B7B7B. Windows color (decimal): -2661877 or 746199. OLE color: 746199.

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

Color convert

RGB 215 98 11 -
CMYK 0 0.54 0.95 0.16
HSL 25.59º 0.9% 0.44% -
HSV(B) 25.59º 0.95% 0.84% -
XYZ 32.45 23.21 3.09 -
YUV 123.07 64.76 193.57 -
System Red Green Blue C M Y K H S L
Decimal 215 98 11 0 0.54 0.95 0.16 25.59 0.9 0.44
Hex D7 62 B 0 36 5F 10 1A 5A 2C
Octal 327 142 13 0 66 137 20 32 132 54
Binary 11010111 1100010 1011 0 110110 1011111 10000 11010 1011010 101100

Color Harmonies of #D7620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7620B

Black with #D7620B

Text Example


Text Example

White with #D7620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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