Html Css Color HEX #D14902 Tenne (Tawny)

📋 copy color: '#D14902'

red 209 ◦ green 73 ◦ blue 2

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

Shades of Tenne (Tawny) #D14902

Tints of Tenne (Tawny) #D14902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 73.59%
G = 25.7%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14902 (or 0xD14902) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 02. RGB value is (209,73,2). Sum of RGB (Red+Green+Blue) = 209+73+2=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D14902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14902 is #2EB6FD. Grayscale: #696969. Windows color (decimal): -3061502 or 149969. OLE color: 149969.

HSL color Cylindrical-coordinate representation of color #D14902: hue angle of 20.58º 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 #D14902 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 2 -
CMYK 0 0.65 0.99 0.18
HSL 20.58º 0.98% 0.41% -
HSV(B) 20.58º 0.99% 0.82% -
XYZ 28.69 18.32 2.08 -
YUV 105.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 209 73 2 0 0.65 0.99 0.18 20.58 0.98 0.41
Hex D1 49 2 0 41 63 12 15 62 29
Octal 321 111 2 0 101 143 22 25 142 51
Binary 11010001 1001001 10 0 1000001 1100011 10010 10101 1100010 101001

Color Harmonies of #D14902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14902

Black with #D14902

Text Example


Text Example

White with #D14902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14902; }

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

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

background-color css

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

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

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

border-color css

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

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

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