Html Css Color HEX #D34603 Tenne (Tawny)

📋 copy color: '#D34603'

red 211 ◦ green 70 ◦ blue 3

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

Shades of Tenne (Tawny) #D34603

Tints of Tenne (Tawny) #D34603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 74.3%
G = 24.65%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D34603 (or 0xD34603) is known color: Tenne (Tawny). HEX triplet: D3, 46 and 03. RGB value is (211,70,3). Sum of RGB (Red+Green+Blue) = 211+70+3=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D34603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34603 is #2CB9FC. Grayscale: #686868. Windows color (decimal): -2931197 or 214739. OLE color: 214739.

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

Color convert

RGB 211 70 3 -
CMYK 0 0.67 0.99 0.17
HSL 19.33º 0.97% 0.42% -
HSV(B) 19.33º 0.99% 0.83% -
XYZ 29.07 18.24 2.07 -
YUV 104.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 211 70 3 0 0.67 0.99 0.17 19.33 0.97 0.42
Hex D3 46 3 0 43 63 11 13 61 2A
Octal 323 106 3 0 103 143 21 23 141 52
Binary 11010011 1000110 11 0 1000011 1100011 10001 10011 1100001 101010

Color Harmonies of #D34603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34603

Black with #D34603

Text Example


Text Example

White with #D34603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34603; }

 p { color: rgb(211,70,3); }

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

background-color css

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

 a { background-color: rgb(211,70,3); }

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

border-color css

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

 span { border-color: rgb(211,70,3); }

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