Html Css Color HEX #D06D05 Tenne (Tawny)

📋 copy color: '#D06D05'

red 208 ◦ green 109 ◦ blue 5

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

Shades of Tenne (Tawny) #D06D05

Tints of Tenne (Tawny) #D06D05

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

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

R = 64.6%
G = 33.85%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D06D05 (or 0xD06D05) is known color: Tenne (Tawny). HEX triplet: D0, 6D and 05. RGB value is (208,109,5). Sum of RGB (Red+Green+Blue) = 208+109+5=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D05 is #2F92FA. Grayscale: #7F7F7F. Windows color (decimal): -3117819 or 355792. OLE color: 355792.

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

Color convert

RGB 208 109 5 -
CMYK 0 0.48 0.98 0.18
HSL 30.74º 0.95% 0.42% -
HSV(B) 30.74º 0.98% 0.82% -
XYZ 31.51 24.36 3.18 -
YUV 126.75 59.3 185.96 -
System Red Green Blue C M Y K H S L
Decimal 208 109 5 0 0.48 0.98 0.18 30.74 0.95 0.42
Hex D0 6D 5 0 30 62 12 1F 5F 2A
Octal 320 155 5 0 60 142 22 37 137 52
Binary 11010000 1101101 101 0 110000 1100010 10010 11111 1011111 101010

Color Harmonies of #D06D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D05

Black with #D06D05

Text Example


Text Example

White with #D06D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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