Html Css Color HEX #D14D02 Tenne (Tawny)

📋 copy color: '#D14D02'

red 209 ◦ green 77 ◦ blue 2

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

Shades of Tenne (Tawny) #D14D02

Tints of Tenne (Tawny) #D14D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

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

R = 72.57%
G = 26.74%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D14D02 (or 0xD14D02) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 02. RGB value is (209,77,2). Sum of RGB (Red+Green+Blue) = 209+77+2=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D02 is #2EB2FD. Grayscale: #6C6C6C. Windows color (decimal): -3060478 or 150993. OLE color: 150993.

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

Color convert

RGB 209 77 2 -
CMYK 0 0.63 0.99 0.18
HSL 21.74º 0.98% 0.41% -
HSV(B) 21.74º 0.99% 0.82% -
XYZ 28.96 18.87 2.17 -
YUV 107.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 209 77 2 0 0.63 0.99 0.18 21.74 0.98 0.41
Hex D1 4D 2 0 3F 63 12 16 62 29
Octal 321 115 2 0 77 143 22 26 142 51
Binary 11010001 1001101 10 0 111111 1100011 10010 10110 1100010 101001

Color Harmonies of #D14D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D02

Black with #D14D02

Text Example


Text Example

White with #D14D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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