Html Css Color HEX #D06500 Tenne (Tawny)

📋 copy color: '#D06500'

red 208 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #D06500

Tints of Tenne (Tawny) #D06500

RGB

 RED value IS 208 (81.64% from 255) = 67.31%

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 67.31%
G = 32.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D06500 (or 0xD06500) is known color: Tenne (Tawny). HEX triplet: D0, 65 and 00. RGB value is (208,101,0). Sum of RGB (Red+Green+Blue) = 208+101+0=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D06500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06500 is #2F9AFF. Grayscale: #797979. Windows color (decimal): -3119872 or 26064. OLE color: 26064.

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

Color convert

RGB 208 101 0 -
CMYK 0 0.51 1 0.18
HSL 29.13º 1% 0.41% -
HSV(B) 29.13º 1% 0.82% -
XYZ 30.67 22.72 2.77 -
YUV 121.48 59.45 189.71 -
System Red Green Blue C M Y K H S L
Decimal 208 101 0 0 0.51 1 0.18 29.13 1 0.41
Hex D0 65 0 0 33 64 12 1D 64 29
Octal 320 145 0 0 63 144 22 35 144 51
Binary 11010000 1100101 0 0 110011 1100100 10010 11101 1100100 101001

Color Harmonies of #D06500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06500

Black with #D06500

Text Example


Text Example

White with #D06500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06500; }

 p { color: rgb(208,101,0); }

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

background-color css

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

 a { background-color: rgb(208,101,0); }

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

border-color css

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

 span { border-color: rgb(208,101,0); }

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