Html Css Color HEX #D34504 Tenne (Tawny)

📋 copy color: '#D34504'

red 211 ◦ green 69 ◦ blue 4

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

Shades of Tenne (Tawny) #D34504

Tints of Tenne (Tawny) #D34504

RGB

 RED value IS 211 (82.81% from 255) = 74.3%

 GREEN value IS 69 (27.34% from 255) = 24.3%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 74.3%
G = 24.3%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34504 (or 0xD34504) is known color: Tenne (Tawny). HEX triplet: D3, 45 and 04. RGB value is (211,69,4). Sum of RGB (Red+Green+Blue) = 211+69+4=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D34504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34504 is #2CBAFB. Grayscale: #686868. Windows color (decimal): -2931452 or 280019. OLE color: 280019.

HSL color Cylindrical-coordinate representation of color #D34504: hue angle of 18.84º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D34504 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 69 4 -
CMYK 0 0.67 0.98 0.17
HSL 18.84º 0.96% 0.42% -
HSV(B) 18.84º 0.98% 0.83% -
XYZ 29.01 18.11 2.08 -
YUV 104.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 211 69 4 0 0.67 0.98 0.17 18.84 0.96 0.42
Hex D3 45 4 0 43 62 11 13 60 2A
Octal 323 105 4 0 103 142 21 23 140 52
Binary 11010011 1000101 100 0 1000011 1100010 10001 10011 1100000 101010

Color Harmonies of #D34504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34504

Black with #D34504

Text Example


Text Example

White with #D34504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34504; }

 p { color: rgb(211,69,4); }

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

background-color css

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

 a { background-color: rgb(211,69,4); }

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

border-color css

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

 span { border-color: rgb(211,69,4); }

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