Html Css Color HEX #D06C07 Tenne (Tawny)

📋 copy color: '#D06C07'

red 208 ◦ green 108 ◦ blue 7

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

Shades of Tenne (Tawny) #D06C07

Tints of Tenne (Tawny) #D06C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 64.4%
G = 33.44%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D06C07 (or 0xD06C07) is known color: Tenne (Tawny). HEX triplet: D0, 6C and 07. RGB value is (208,108,7). Sum of RGB (Red+Green+Blue) = 208+108+7=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C07 is #2F93F8. Grayscale: #7E7E7E. Windows color (decimal): -3118073 or 486608. OLE color: 486608.

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

Color convert

RGB 208 108 7 -
CMYK 0 0.48 0.97 0.18
HSL 30.15º 0.93% 0.42% -
HSV(B) 30.15º 0.97% 0.82% -
XYZ 31.41 24.15 3.21 -
YUV 126.39 60.63 186.21 -
System Red Green Blue C M Y K H S L
Decimal 208 108 7 0 0.48 0.97 0.18 30.15 0.93 0.42
Hex D0 6C 7 0 30 61 12 1E 5D 2A
Octal 320 154 7 0 60 141 22 36 135 52
Binary 11010000 1101100 111 0 110000 1100001 10010 11110 1011101 101010

Color Harmonies of #D06C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C07

Black with #D06C07

Text Example


Text Example

White with #D06C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C07; }

 p { color: rgb(208,108,7); }

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

background-color css

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

 a { background-color: rgb(208,108,7); }

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

border-color css

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

 span { border-color: rgb(208,108,7); }

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