Html Css Color HEX #D06505 Tenne (Tawny)

📋 copy color: '#D06505'

red 208 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #D06505

Tints of Tenne (Tawny) #D06505

RGB

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

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

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

R = 66.24%
G = 32.17%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D06505 (or 0xD06505) is known color: Tenne (Tawny). HEX triplet: D0, 65 and 05. RGB value is (208,101,5). Sum of RGB (Red+Green+Blue) = 208+101+5=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D06505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06505 is #2F9AFA. Grayscale: #7A7A7A. Windows color (decimal): -3119867 or 353744. OLE color: 353744.

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

Color convert

RGB 208 101 5 -
CMYK 0 0.51 0.98 0.18
HSL 28.37º 0.95% 0.42% -
HSV(B) 28.37º 0.98% 0.82% -
XYZ 30.69 22.73 2.91 -
YUV 122.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 208 101 5 0 0.51 0.98 0.18 28.37 0.95 0.42
Hex D0 65 5 0 33 62 12 1C 5F 2A
Octal 320 145 5 0 63 142 22 34 137 52
Binary 11010000 1100101 101 0 110011 1100010 10010 11100 1011111 101010

Color Harmonies of #D06505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06505

Black with #D06505

Text Example


Text Example

White with #D06505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06505; }

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

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

background-color css

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

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

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

border-color css

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

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

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