Html Css Color HEX #D16002 Tenne (Tawny)

📋 copy color: '#D16002'

red 209 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #D16002

Tints of Tenne (Tawny) #D16002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 68.08%
G = 31.27%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D16002 (or 0xD16002) is known color: Tenne (Tawny). HEX triplet: D1, 60 and 02. RGB value is (209,96,2). Sum of RGB (Red+Green+Blue) = 209+96+2=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D16002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16002 is #2E9FFD. Grayscale: #777777. Windows color (decimal): -3055614 or 155857. OLE color: 155857.

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

Color convert

RGB 209 96 2 -
CMYK 0 0.54 0.99 0.18
HSL 27.25º 0.98% 0.41% -
HSV(B) 27.25º 0.99% 0.82% -
XYZ 30.49 21.93 2.68 -
YUV 119.07 61.94 192.14 -
System Red Green Blue C M Y K H S L
Decimal 209 96 2 0 0.54 0.99 0.18 27.25 0.98 0.41
Hex D1 60 2 0 36 63 12 1B 62 29
Octal 321 140 2 0 66 143 22 33 142 51
Binary 11010001 1100000 10 0 110110 1100011 10010 11011 1100010 101001

Color Harmonies of #D16002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16002

Black with #D16002

Text Example


Text Example

White with #D16002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16002; }

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

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

background-color css

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

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

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

border-color css

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

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

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