Html Css Color HEX #D06403 Tenne (Tawny)

📋 copy color: '#D06403'

red 208 ◦ green 100 ◦ blue 3

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

Shades of Tenne (Tawny) #D06403

Tints of Tenne (Tawny) #D06403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

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

R = 66.88%
G = 32.15%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06403 (or 0xD06403) is known color: Tenne (Tawny). HEX triplet: D0, 64 and 03. RGB value is (208,100,3). Sum of RGB (Red+Green+Blue) = 208+100+3=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D06403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06403 is #2F9BFC. Grayscale: #797979. Windows color (decimal): -3120125 or 222416. OLE color: 222416.

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

Color convert

RGB 208 100 3 -
CMYK 0 0.52 0.99 0.18
HSL 28.39º 0.97% 0.41% -
HSV(B) 28.39º 0.99% 0.82% -
XYZ 30.59 22.53 2.82 -
YUV 121.23 61.28 189.89 -
System Red Green Blue C M Y K H S L
Decimal 208 100 3 0 0.52 0.99 0.18 28.39 0.97 0.41
Hex D0 64 3 0 34 63 12 1C 61 29
Octal 320 144 3 0 64 143 22 34 141 51
Binary 11010000 1100100 11 0 110100 1100011 10010 11100 1100001 101001

Color Harmonies of #D06403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06403

Black with #D06403

Text Example


Text Example

White with #D06403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06403; }

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

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

background-color css

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

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

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

border-color css

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

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

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