Html Css Color HEX #D34802 Tenne (Tawny)

📋 copy color: '#D34802'

red 211 ◦ green 72 ◦ blue 2

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

Shades of Tenne (Tawny) #D34802

Tints of Tenne (Tawny) #D34802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 74.04%
G = 25.26%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D34802 (or 0xD34802) is known color: Tenne (Tawny). HEX triplet: D3, 48 and 02. RGB value is (211,72,2). Sum of RGB (Red+Green+Blue) = 211+72+2=285 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.04% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 211 - color contains mainly: red. Hex color #D34802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34802 is #2CB7FD. Grayscale: #6A6A6A. Windows color (decimal): -2930686 or 149715. OLE color: 149715.

HSL color Cylindrical-coordinate representation of color #D34802: hue angle of 20.1º degrees, saturation: 0.98, 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 #D34802 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 72 2 -
CMYK 0 0.66 0.99 0.17
HSL 20.1º 0.98% 0.42% -
HSV(B) 20.1º 0.99% 0.83% -
XYZ 29.19 18.49 2.09 -
YUV 105.58 69.55 203.19 -
System Red Green Blue C M Y K H S L
Decimal 211 72 2 0 0.66 0.99 0.17 20.1 0.98 0.42
Hex D3 48 2 0 42 63 11 14 62 2A
Octal 323 110 2 0 102 143 21 24 142 52
Binary 11010011 1001000 10 0 1000010 1100011 10001 10100 1100010 101010

Color Harmonies of #D34802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34802

Black with #D34802

Text Example


Text Example

White with #D34802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34802; }

 p { color: rgb(211,72,2); }

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

background-color css

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

 a { background-color: rgb(211,72,2); }

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

border-color css

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

 span { border-color: rgb(211,72,2); }

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