Html Css Color HEX #D46702 Tenne (Tawny)

📋 copy color: '#D46702'

red 212 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #D46702

Tints of Tenne (Tawny) #D46702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 66.88%
G = 32.49%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D46702 (or 0xD46702) is known color: Tenne (Tawny). HEX triplet: D4, 67 and 02. RGB value is (212,103,2). Sum of RGB (Red+Green+Blue) = 212+103+2=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D46702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46702 is #2B98FD. Grayscale: #7C7C7C. Windows color (decimal): -2857214 or 157652. OLE color: 157652.

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

Color convert

RGB 212 103 2 -
CMYK 0 0.51 0.99 0.17
HSL 28.86º 0.98% 0.42% -
HSV(B) 28.86º 0.99% 0.83% -
XYZ 32.01 23.7 2.95 -
YUV 124.08 59.11 190.71 -
System Red Green Blue C M Y K H S L
Decimal 212 103 2 0 0.51 0.99 0.17 28.86 0.98 0.42
Hex D4 67 2 0 33 63 11 1D 62 2A
Octal 324 147 2 0 63 143 21 35 142 52
Binary 11010100 1100111 10 0 110011 1100011 10001 11101 1100010 101010

Color Harmonies of #D46702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46702

Black with #D46702

Text Example


Text Example

White with #D46702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46702; }

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

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

background-color css

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

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

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

border-color css

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

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

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