Html Css Color HEX #D06300 Tenne (Tawny)

📋 copy color: '#D06300'

red 208 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #D06300

Tints of Tenne (Tawny) #D06300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

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

R = 67.75%
G = 32.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D06300 (or 0xD06300) is known color: Tenne (Tawny). HEX triplet: D0, 63 and 00. RGB value is (208,99,0). Sum of RGB (Red+Green+Blue) = 208+99+0=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D06300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06300 is #2F9CFF. Grayscale: #787878. Windows color (decimal): -3120384 or 25552. OLE color: 25552.

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

Color convert

RGB 208 99 0 -
CMYK 0 0.52 1 0.18
HSL 28.56º 1% 0.41% -
HSV(B) 28.56º 1% 0.82% -
XYZ 30.47 22.33 2.7 -
YUV 120.31 60.11 190.55 -
System Red Green Blue C M Y K H S L
Decimal 208 99 0 0 0.52 1 0.18 28.56 1 0.41
Hex D0 63 0 0 34 64 12 1D 64 29
Octal 320 143 0 0 64 144 22 35 144 51
Binary 11010000 1100011 0 0 110100 1100100 10010 11101 1100100 101001

Color Harmonies of #D06300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06300

Black with #D06300

Text Example


Text Example

White with #D06300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06300; }

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

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

background-color css

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

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

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

border-color css

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

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

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