Html Css Color HEX #D36700 Tenne (Tawny)

📋 copy color: '#D36700'

red 211 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #D36700

Tints of Tenne (Tawny) #D36700

RGB

 RED value IS 211 (82.81% from 255) = 67.2%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.2%
G = 32.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D36700 (or 0xD36700) is known color: Tenne (Tawny). HEX triplet: D3, 67 and 00. RGB value is (211,103,0). Sum of RGB (Red+Green+Blue) = 211+103+0=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D36700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36700 is #2C98FF. Grayscale: #7C7C7C. Windows color (decimal): -2922752 or 26579. OLE color: 26579.

HSL color Cylindrical-coordinate representation of color #D36700: hue angle of 29.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D36700 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 103 0 -
CMYK 0 0.51 1 0.17
HSL 29.29º 1% 0.41% -
HSV(B) 29.29º 1% 0.83% -
XYZ 31.71 23.55 2.87 -
YUV 123.55 58.28 190.38 -
System Red Green Blue C M Y K H S L
Decimal 211 103 0 0 0.51 1 0.17 29.29 1 0.41
Hex D3 67 0 0 33 64 11 1D 64 29
Octal 323 147 0 0 63 144 21 35 144 51
Binary 11010011 1100111 0 0 110011 1100100 10001 11101 1100100 101001

Color Harmonies of #D36700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36700

Black with #D36700

Text Example


Text Example

White with #D36700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36700; }

 p { color: rgb(211,103,0); }

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

background-color css

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

 a { background-color: rgb(211,103,0); }

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

border-color css

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

 span { border-color: rgb(211,103,0); }

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