Html Css Color HEX #D66703 Tenne (Tawny)

📋 copy color: '#D66703'

red 214 ◦ green 103 ◦ blue 3

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

Shades of Tenne (Tawny) #D66703

Tints of Tenne (Tawny) #D66703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 66.88%
G = 32.19%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D66703 (or 0xD66703) is known color: Tenne (Tawny). HEX triplet: D6, 67 and 03. RGB value is (214,103,3). Sum of RGB (Red+Green+Blue) = 214+103+3=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D66703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66703 is #2998FC. Grayscale: #7D7D7D. Windows color (decimal): -2726141 or 223190. OLE color: 223190.

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

Color convert

RGB 214 103 3 -
CMYK 0 0.52 0.99 0.16
HSL 28.44º 0.97% 0.43% -
HSV(B) 28.44º 0.99% 0.84% -
XYZ 32.6 24 3 -
YUV 124.79 59.27 191.63 -
System Red Green Blue C M Y K H S L
Decimal 214 103 3 0 0.52 0.99 0.16 28.44 0.97 0.43
Hex D6 67 3 0 34 63 10 1C 61 2B
Octal 326 147 3 0 64 143 20 34 141 53
Binary 11010110 1100111 11 0 110100 1100011 10000 11100 1100001 101011

Color Harmonies of #D66703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66703

Black with #D66703

Text Example


Text Example

White with #D66703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66703; }

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

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

background-color css

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

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

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

border-color css

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

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

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