Html Css Color HEX #D06700 Tenne (Tawny)

📋 copy color: '#D06700'

red 208 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #D06700

Tints of Tenne (Tawny) #D06700

RGB

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

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

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

R = 66.88%
G = 33.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D06700 (or 0xD06700) is known color: Tenne (Tawny). HEX triplet: D0, 67 and 00. RGB value is (208,103,0). Sum of RGB (Red+Green+Blue) = 208+103+0=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D06700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06700 is #2F98FF. Grayscale: #7B7B7B. Windows color (decimal): -3119360 or 26576. OLE color: 26576.

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

Color convert

RGB 208 103 0 -
CMYK 0 0.50 1 0.18
HSL 29.71º 1% 0.41% -
HSV(B) 29.71º 1% 0.82% -
XYZ 30.86 23.11 2.83 -
YUV 122.65 58.79 188.88 -
System Red Green Blue C M Y K H S L
Decimal 208 103 0 0 0.50 1 0.18 29.71 1 0.41
Hex D0 67 0 0 32 64 12 1E 64 29
Octal 320 147 0 0 62 144 22 36 144 51
Binary 11010000 1100111 0 0 110010 1100100 10010 11110 1100100 101001

Color Harmonies of #D06700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06700

Black with #D06700

Text Example


Text Example

White with #D06700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06700; }

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

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

background-color css

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

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

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

border-color css

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

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

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