Html Css Color HEX #D06B05 Tenne (Tawny)

📋 copy color: '#D06B05'

red 208 ◦ green 107 ◦ blue 5

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

Shades of Tenne (Tawny) #D06B05

Tints of Tenne (Tawny) #D06B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 65%
G = 33.44%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D06B05 (or 0xD06B05) is known color: Tenne (Tawny). HEX triplet: D0, 6B and 05. RGB value is (208,107,5). Sum of RGB (Red+Green+Blue) = 208+107+5=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06B05 is #2F94FA. Grayscale: #7E7E7E. Windows color (decimal): -3118331 or 355280. OLE color: 355280.

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

Color convert

RGB 208 107 5 -
CMYK 0 0.49 0.98 0.18
HSL 30.15º 0.95% 0.42% -
HSV(B) 30.15º 0.98% 0.82% -
XYZ 31.3 23.94 3.11 -
YUV 125.57 59.96 186.79 -
System Red Green Blue C M Y K H S L
Decimal 208 107 5 0 0.49 0.98 0.18 30.15 0.95 0.42
Hex D0 6B 5 0 31 62 12 1E 5F 2A
Octal 320 153 5 0 61 142 22 36 137 52
Binary 11010000 1101011 101 0 110001 1100010 10010 11110 1011111 101010

Color Harmonies of #D06B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B05

Black with #D06B05

Text Example


Text Example

White with #D06B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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