Html Css Color HEX #D74A08 Tenne (Tawny)

📋 copy color: '#D74A08'

red 215 ◦ green 74 ◦ blue 8

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

Shades of Tenne (Tawny) #D74A08

Tints of Tenne (Tawny) #D74A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.69%

R = 72.39%
G = 24.92%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D74A08 (or 0xD74A08) is known color: Tenne (Tawny). HEX triplet: D7, 4A and 08. RGB value is (215,74,8). Sum of RGB (Red+Green+Blue) = 215+74+8=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A08 is #28B5F7. Grayscale: #6D6D6D. Windows color (decimal): -2668024 or 543447. OLE color: 543447.

HSL color Cylindrical-coordinate representation of color #D74A08: hue angle of 19.13º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D74A08 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 8 -
CMYK 0 0.66 0.96 0.16
HSL 19.13º 0.93% 0.44% -
HSV(B) 19.13º 0.96% 0.84% -
XYZ 30.52 19.36 2.36 -
YUV 108.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 215 74 8 0 0.66 0.96 0.16 19.13 0.93 0.44
Hex D7 4A 8 0 42 60 10 13 5D 2C
Octal 327 112 10 0 102 140 20 23 135 54
Binary 11010111 1001010 1000 0 1000010 1100000 10000 10011 1011101 101100

Color Harmonies of #D74A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A08

Black with #D74A08

Text Example


Text Example

White with #D74A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A08; }

 p { color: rgb(215,74,8); }

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

background-color css

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

 a { background-color: rgb(215,74,8); }

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

border-color css

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

 span { border-color: rgb(215,74,8); }

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