Html Css Color HEX #D64D03 Tenne (Tawny)

📋 copy color: '#D64D03'

red 214 ◦ green 77 ◦ blue 3

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

Shades of Tenne (Tawny) #D64D03

Tints of Tenne (Tawny) #D64D03

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

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

R = 72.79%
G = 26.19%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64D03 (or 0xD64D03) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 03. RGB value is (214,77,3). Sum of RGB (Red+Green+Blue) = 214+77+3=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D03 is #29B2FC. Grayscale: #6D6D6D. Windows color (decimal): -2732797 or 216534. OLE color: 216534.

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

Color convert

RGB 214 77 3 -
CMYK 0 0.64 0.99 0.16
HSL 21.04º 0.97% 0.43% -
HSV(B) 21.04º 0.99% 0.84% -
XYZ 30.4 19.61 2.27 -
YUV 109.53 67.89 202.52 -
System Red Green Blue C M Y K H S L
Decimal 214 77 3 0 0.64 0.99 0.16 21.04 0.97 0.43
Hex D6 4D 3 0 40 63 10 15 61 2B
Octal 326 115 3 0 100 143 20 25 141 53
Binary 11010110 1001101 11 0 1000000 1100011 10000 10101 1100001 101011

Color Harmonies of #D64D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D03

Black with #D64D03

Text Example


Text Example

White with #D64D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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