Html Css Color HEX #D14802 Tenne (Tawny)

📋 copy color: '#D14802'

red 209 ◦ green 72 ◦ blue 2

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

Shades of Tenne (Tawny) #D14802

Tints of Tenne (Tawny) #D14802

RGB

 RED value IS 209 (82.03% from 255) = 73.85%

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

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

R = 73.85%
G = 25.44%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14802 (or 0xD14802) is known color: Tenne (Tawny). HEX triplet: D1, 48 and 02. RGB value is (209,72,2). Sum of RGB (Red+Green+Blue) = 209+72+2=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D14802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14802 is #2EB7FD. Grayscale: #696969. Windows color (decimal): -3061758 or 149713. OLE color: 149713.

HSL color Cylindrical-coordinate representation of color #D14802: hue angle of 20.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14802 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 2 -
CMYK 0 0.66 0.99 0.18
HSL 20.29º 0.98% 0.41% -
HSV(B) 20.29º 0.99% 0.82% -
XYZ 28.62 18.19 2.06 -
YUV 104.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 209 72 2 0 0.66 0.99 0.18 20.29 0.98 0.41
Hex D1 48 2 0 42 63 12 14 62 29
Octal 321 110 2 0 102 143 22 24 142 51
Binary 11010001 1001000 10 0 1000010 1100011 10010 10100 1100010 101001

Color Harmonies of #D14802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14802

Black with #D14802

Text Example


Text Example

White with #D14802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14802; }

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

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

background-color css

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

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

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

border-color css

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

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

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