Html Css Color HEX #D84B10 Tenne (Tawny)

📋 copy color: '#D84B10'

red 216 ◦ green 75 ◦ blue 16

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

Shades of Tenne (Tawny) #D84B10

Tints of Tenne (Tawny) #D84B10

RGB

 RED value IS 216 (84.77% from 255) = 70.36%

 GREEN value IS 75 (29.69% from 255) = 24.43%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 70.36%
G = 24.43%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D84B10 (or 0xD84B10) is known color: Tenne (Tawny). HEX triplet: D8, 4B and 10. RGB value is (216,75,16). Sum of RGB (Red+Green+Blue) = 216+75+16=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84B10 is #27B4EF. Grayscale: #6E6E6E. Windows color (decimal): -2602224 or 1067992. OLE color: 1067992.

HSL color Cylindrical-coordinate representation of color #D84B10: hue angle of 17.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D84B10 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 75 16 -
CMYK 0 0.65 0.93 0.15
HSL 17.7º 0.86% 0.45% -
HSV(B) 17.7º 0.93% 0.85% -
XYZ 30.93 19.67 2.66 -
YUV 110.43 74.71 203.3 -
System Red Green Blue C M Y K H S L
Decimal 216 75 16 0 0.65 0.93 0.15 17.7 0.86 0.45
Hex D8 4B 10 0 41 5D F 12 56 2D
Octal 330 113 20 0 101 135 17 22 126 55
Binary 11011000 1001011 10000 0 1000001 1011101 1111 10010 1010110 101101

Color Harmonies of #D84B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B10

Black with #D84B10

Text Example


Text Example

White with #D84B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B10; }

 p { color: rgb(216,75,16); }

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

background-color css

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

 a { background-color: rgb(216,75,16); }

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

border-color css

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

 span { border-color: rgb(216,75,16); }

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