Html Css Color HEX #D66303 Tenne (Tawny)

📋 copy color: '#D66303'

red 214 ◦ green 99 ◦ blue 3

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

Shades of Tenne (Tawny) #D66303

Tints of Tenne (Tawny) #D66303

RGB

 RED value IS 214 (83.98% from 255) = 67.72%

 GREEN value IS 99 (39.06% from 255) = 31.33%

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

R = 67.72%
G = 31.33%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D66303 (or 0xD66303) is known color: Tenne (Tawny). HEX triplet: D6, 63 and 03. RGB value is (214,99,3). Sum of RGB (Red+Green+Blue) = 214+99+3=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D66303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66303 is #299CFC. Grayscale: #7A7A7A. Windows color (decimal): -2727165 or 222166. OLE color: 222166.

HSL color Cylindrical-coordinate representation of color #D66303: hue angle of 27.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D66303 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 3 -
CMYK 0 0.54 0.99 0.16
HSL 27.3º 0.97% 0.43% -
HSV(B) 27.3º 0.99% 0.84% -
XYZ 32.21 23.23 2.87 -
YUV 122.44 60.6 193.31 -
System Red Green Blue C M Y K H S L
Decimal 214 99 3 0 0.54 0.99 0.16 27.3 0.97 0.43
Hex D6 63 3 0 36 63 10 1B 61 2B
Octal 326 143 3 0 66 143 20 33 141 53
Binary 11010110 1100011 11 0 110110 1100011 10000 11011 1100001 101011

Color Harmonies of #D66303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66303

Black with #D66303

Text Example


Text Example

White with #D66303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66303; }

 p { color: rgb(214,99,3); }

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

background-color css

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

 a { background-color: rgb(214,99,3); }

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

border-color css

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

 span { border-color: rgb(214,99,3); }

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