Html Css Color HEX #D14A02 Tenne (Tawny)

📋 copy color: '#D14A02'

red 209 ◦ green 74 ◦ blue 2

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

Shades of Tenne (Tawny) #D14A02

Tints of Tenne (Tawny) #D14A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

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

R = 73.33%
G = 25.96%
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

#D14A02 (or 0xD14A02) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 02. RGB value is (209,74,2). Sum of RGB (Red+Green+Blue) = 209+74+2=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A02 is #2EB5FD. Grayscale: #6A6A6A. Windows color (decimal): -3061246 or 150225. OLE color: 150225.

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

Color convert

RGB 209 74 2 -
CMYK 0 0.65 0.99 0.18
HSL 20.87º 0.98% 0.41% -
HSV(B) 20.87º 0.99% 0.82% -
XYZ 28.75 18.46 2.1 -
YUV 106.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 209 74 2 0 0.65 0.99 0.18 20.87 0.98 0.41
Hex D1 4A 2 0 41 63 12 15 62 29
Octal 321 112 2 0 101 143 22 25 142 51
Binary 11010001 1001010 10 0 1000001 1100011 10010 10101 1100010 101001

Color Harmonies of #D14A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A02

Black with #D14A02

Text Example


Text Example

White with #D14A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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