Html Css Color HEX #D06305 Tenne (Tawny)

📋 copy color: '#D06305'

red 208 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #D06305

Tints of Tenne (Tawny) #D06305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 66.67%
G = 31.73%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D06305 (or 0xD06305) is known color: Tenne (Tawny). HEX triplet: D0, 63 and 05. RGB value is (208,99,5). Sum of RGB (Red+Green+Blue) = 208+99+5=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D06305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06305 is #2F9CFA. Grayscale: #797979. Windows color (decimal): -3120379 or 353232. OLE color: 353232.

HSL color Cylindrical-coordinate representation of color #D06305: hue angle of 27.78º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D06305 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 5 -
CMYK 0 0.52 0.98 0.18
HSL 27.78º 0.95% 0.42% -
HSV(B) 27.78º 0.98% 0.82% -
XYZ 30.5 22.34 2.85 -
YUV 120.88 62.61 190.14 -
System Red Green Blue C M Y K H S L
Decimal 208 99 5 0 0.52 0.98 0.18 27.78 0.95 0.42
Hex D0 63 5 0 34 62 12 1C 5F 2A
Octal 320 143 5 0 64 142 22 34 137 52
Binary 11010000 1100011 101 0 110100 1100010 10010 11100 1011111 101010

Color Harmonies of #D06305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06305

Black with #D06305

Text Example


Text Example

White with #D06305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06305; }

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

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

background-color css

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

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

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

border-color css

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

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

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