Html Css Color HEX #D06600 Tenne (Tawny)

📋 copy color: '#D06600'

red 208 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #D06600

Tints of Tenne (Tawny) #D06600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 67.1%
G = 32.9%
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

#D06600 (or 0xD06600) is known color: Tenne (Tawny). HEX triplet: D0, 66 and 00. RGB value is (208,102,0). Sum of RGB (Red+Green+Blue) = 208+102+0=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D06600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06600 is #2F99FF. Grayscale: #7A7A7A. Windows color (decimal): -3119616 or 26320. OLE color: 26320.

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

Color convert

RGB 208 102 0 -
CMYK 0 0.51 1 0.18
HSL 29.42º 1% 0.41% -
HSV(B) 29.42º 1% 0.82% -
XYZ 30.76 22.91 2.8 -
YUV 122.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 208 102 0 0 0.51 1 0.18 29.42 1 0.41
Hex D0 66 0 0 33 64 12 1D 64 29
Octal 320 146 0 0 63 144 22 35 144 51
Binary 11010000 1100110 0 0 110011 1100100 10010 11101 1100100 101001

Color Harmonies of #D06600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06600

Black with #D06600

Text Example


Text Example

White with #D06600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06600; }

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

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

background-color css

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

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

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

border-color css

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

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

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