Html Css Color HEX #D06503 Tenne (Tawny)

📋 copy color: '#D06503'

red 208 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #D06503

Tints of Tenne (Tawny) #D06503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 66.67%
G = 32.37%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06503 (or 0xD06503) is known color: Tenne (Tawny). HEX triplet: D0, 65 and 03. RGB value is (208,101,3). Sum of RGB (Red+Green+Blue) = 208+101+3=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D06503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06503 is #2F9AFC. Grayscale: #7A7A7A. Windows color (decimal): -3119869 or 222672. OLE color: 222672.

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

Color convert

RGB 208 101 3 -
CMYK 0 0.51 0.99 0.18
HSL 28.68º 0.97% 0.41% -
HSV(B) 28.68º 0.99% 0.82% -
XYZ 30.68 22.72 2.86 -
YUV 121.82 60.95 189.47 -
System Red Green Blue C M Y K H S L
Decimal 208 101 3 0 0.51 0.99 0.18 28.68 0.97 0.41
Hex D0 65 3 0 33 63 12 1D 61 29
Octal 320 145 3 0 63 143 22 35 141 51
Binary 11010000 1100101 11 0 110011 1100011 10010 11101 1100001 101001

Color Harmonies of #D06503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06503

Black with #D06503

Text Example


Text Example

White with #D06503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06503; }

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

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

background-color css

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

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

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

border-color css

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

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

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