Html Css Color HEX #D64903 Tenne (Tawny)

📋 copy color: '#D64903'

red 214 ◦ green 73 ◦ blue 3

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

Shades of Tenne (Tawny) #D64903

Tints of Tenne (Tawny) #D64903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

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

R = 73.79%
G = 25.17%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64903 (or 0xD64903) is known color: Tenne (Tawny). HEX triplet: D6, 49 and 03. RGB value is (214,73,3). Sum of RGB (Red+Green+Blue) = 214+73+3=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D64903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64903 is #29B6FC. Grayscale: #6B6B6B. Windows color (decimal): -2733821 or 215510. OLE color: 215510.

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

Color convert

RGB 214 73 3 -
CMYK 0 0.66 0.99 0.16
HSL 19.91º 0.97% 0.43% -
HSV(B) 19.91º 0.99% 0.84% -
XYZ 30.13 19.07 2.18 -
YUV 107.18 69.21 204.19 -
System Red Green Blue C M Y K H S L
Decimal 214 73 3 0 0.66 0.99 0.16 19.91 0.97 0.43
Hex D6 49 3 0 42 63 10 14 61 2B
Octal 326 111 3 0 102 143 20 24 141 53
Binary 11010110 1001001 11 0 1000010 1100011 10000 10100 1100001 101011

Color Harmonies of #D64903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64903

Black with #D64903

Text Example


Text Example

White with #D64903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64903; }

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

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

background-color css

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

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

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

border-color css

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

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

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