Html Css Color HEX #D66403 Tenne (Tawny)

📋 copy color: '#D66403'

red 214 ◦ green 100 ◦ blue 3

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

Shades of Tenne (Tawny) #D66403

Tints of Tenne (Tawny) #D66403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

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

R = 67.51%
G = 31.55%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D66403 (or 0xD66403) is known color: Tenne (Tawny). HEX triplet: D6, 64 and 03. RGB value is (214,100,3). Sum of RGB (Red+Green+Blue) = 214+100+3=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D66403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66403 is #299BFC. Grayscale: #7B7B7B. Windows color (decimal): -2726909 or 222422. OLE color: 222422.

HSL color Cylindrical-coordinate representation of color #D66403: hue angle of 27.58º 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 #D66403 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 3 -
CMYK 0 0.53 0.99 0.16
HSL 27.58º 0.97% 0.43% -
HSV(B) 27.58º 0.99% 0.84% -
XYZ 32.31 23.42 2.9 -
YUV 123.03 60.27 192.89 -
System Red Green Blue C M Y K H S L
Decimal 214 100 3 0 0.53 0.99 0.16 27.58 0.97 0.43
Hex D6 64 3 0 35 63 10 1C 61 2B
Octal 326 144 3 0 65 143 20 34 141 53
Binary 11010110 1100100 11 0 110101 1100011 10000 11100 1100001 101011

Color Harmonies of #D66403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66403

Black with #D66403

Text Example


Text Example

White with #D66403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66403; }

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

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

background-color css

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

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

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

border-color css

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

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

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