Html Css Color HEX #D06C03 Tenne (Tawny)

📋 copy color: '#D06C03'

red 208 ◦ green 108 ◦ blue 3

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

Shades of Tenne (Tawny) #D06C03

Tints of Tenne (Tawny) #D06C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 65.2%
G = 33.86%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06C03 (or 0xD06C03) is known color: Tenne (Tawny). HEX triplet: D0, 6C and 03. RGB value is (208,108,3). Sum of RGB (Red+Green+Blue) = 208+108+3=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C03 is #2F93FC. Grayscale: #7E7E7E. Windows color (decimal): -3118077 or 224464. OLE color: 224464.

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

Color convert

RGB 208 108 3 -
CMYK 0 0.48 0.99 0.18
HSL 30.73º 0.97% 0.41% -
HSV(B) 30.73º 0.99% 0.82% -
XYZ 31.39 24.14 3.09 -
YUV 125.93 58.63 186.54 -
System Red Green Blue C M Y K H S L
Decimal 208 108 3 0 0.48 0.99 0.18 30.73 0.97 0.41
Hex D0 6C 3 0 30 63 12 1F 61 29
Octal 320 154 3 0 60 143 22 37 141 51
Binary 11010000 1101100 11 0 110000 1100011 10010 11111 1100001 101001

Color Harmonies of #D06C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C03

Black with #D06C03

Text Example


Text Example

White with #D06C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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