Html Css Color HEX #D06B08 Tenne (Tawny)

📋 copy color: '#D06B08'

red 208 ◦ green 107 ◦ blue 8

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

Shades of Tenne (Tawny) #D06B08

Tints of Tenne (Tawny) #D06B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 64.4%
G = 33.13%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D06B08 (or 0xD06B08) is known color: Tenne (Tawny). HEX triplet: D0, 6B and 08. RGB value is (208,107,8). Sum of RGB (Red+Green+Blue) = 208+107+8=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06B08 is #2F94F7. Grayscale: #7E7E7E. Windows color (decimal): -3118328 or 551888. OLE color: 551888.

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

Color convert

RGB 208 107 8 -
CMYK 0 0.49 0.96 0.18
HSL 29.7º 0.93% 0.42% -
HSV(B) 29.7º 0.96% 0.82% -
XYZ 31.31 23.94 3.2 -
YUV 125.91 61.46 186.55 -
System Red Green Blue C M Y K H S L
Decimal 208 107 8 0 0.49 0.96 0.18 29.7 0.93 0.42
Hex D0 6B 8 0 31 60 12 1E 5D 2A
Octal 320 153 10 0 61 140 22 36 135 52
Binary 11010000 1101011 1000 0 110001 1100000 10010 11110 1011101 101010

Color Harmonies of #D06B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B08

Black with #D06B08

Text Example


Text Example

White with #D06B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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