Html Css Color HEX #D46102 Tenne (Tawny)

📋 copy color: '#D46102'

red 212 ◦ green 97 ◦ blue 2

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

Shades of Tenne (Tawny) #D46102

Tints of Tenne (Tawny) #D46102

RGB

 RED value IS 212 (83.2% from 255) = 68.17%

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 68.17%
G = 31.19%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D46102 (or 0xD46102) is known color: Tenne (Tawny). HEX triplet: D4, 61 and 02. RGB value is (212,97,2). Sum of RGB (Red+Green+Blue) = 212+97+2=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D46102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46102 is #2B9EFD. Grayscale: #797979. Windows color (decimal): -2858750 or 156116. OLE color: 156116.

HSL color Cylindrical-coordinate representation of color #D46102: hue angle of 27.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D46102 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 2 -
CMYK 0 0.54 0.99 0.17
HSL 27.14º 0.98% 0.42% -
HSV(B) 27.14º 0.99% 0.83% -
XYZ 31.44 22.55 2.75 -
YUV 120.56 61.1 193.22 -
System Red Green Blue C M Y K H S L
Decimal 212 97 2 0 0.54 0.99 0.17 27.14 0.98 0.42
Hex D4 61 2 0 36 63 11 1B 62 2A
Octal 324 141 2 0 66 143 21 33 142 52
Binary 11010100 1100001 10 0 110110 1100011 10001 11011 1100010 101010

Color Harmonies of #D46102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46102

Black with #D46102

Text Example


Text Example

White with #D46102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46102; }

 p { color: rgb(212,97,2); }

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

background-color css

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

 a { background-color: rgb(212,97,2); }

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

border-color css

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

 span { border-color: rgb(212,97,2); }

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