Html Css Color HEX #D84A0A Tenne (Tawny)

📋 copy color: '#D84A0A'

red 216 ◦ green 74 ◦ blue 10

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

Shades of Tenne (Tawny) #D84A0A

Tints of Tenne (Tawny) #D84A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

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

R = 72%
G = 24.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D84A0A (or 0xD84A0A) is known color: Tenne (Tawny). HEX triplet: D8, 4A and 0A. RGB value is (216,74,10). Sum of RGB (Red+Green+Blue) = 216+74+10=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84A0A is #27B5F5. Grayscale: #6D6D6D. Windows color (decimal): -2602486 or 674520. OLE color: 674520.

HSL color Cylindrical-coordinate representation of color #D84A0A: hue angle of 18.64º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D84A0A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 74 10 -
CMYK 0 0.66 0.95 0.15
HSL 18.64º 0.91% 0.44% -
HSV(B) 18.64º 0.95% 0.85% -
XYZ 30.82 19.52 2.43 -
YUV 109.16 72.04 204.2 -
System Red Green Blue C M Y K H S L
Decimal 216 74 10 0 0.66 0.95 0.15 18.64 0.91 0.44
Hex D8 4A A 0 42 5F F 13 5B 2C
Octal 330 112 12 0 102 137 17 23 133 54
Binary 11011000 1001010 1010 0 1000010 1011111 1111 10011 1011011 101100

Color Harmonies of #D84A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A0A

Black with #D84A0A

Text Example


Text Example

White with #D84A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A0A; }

 p { color: rgb(216,74,10); }

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

background-color css

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

 a { background-color: rgb(216,74,10); }

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

border-color css

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

 span { border-color: rgb(216,74,10); }

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