Html Css Color HEX #D64603 Tenne (Tawny)

📋 copy color: '#D64603'

red 214 ◦ green 70 ◦ blue 3

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

Shades of Tenne (Tawny) #D64603

Tints of Tenne (Tawny) #D64603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 74.56%
G = 24.39%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64603 (or 0xD64603) is known color: Tenne (Tawny). HEX triplet: D6, 46 and 03. RGB value is (214,70,3). Sum of RGB (Red+Green+Blue) = 214+70+3=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D64603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64603 is #29B9FC. Grayscale: #696969. Windows color (decimal): -2734589 or 214742. OLE color: 214742.

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

Color convert

RGB 214 70 3 -
CMYK 0 0.67 0.99 0.16
HSL 19.05º 0.97% 0.43% -
HSV(B) 19.05º 0.99% 0.84% -
XYZ 29.94 18.68 2.11 -
YUV 105.42 70.21 205.45 -
System Red Green Blue C M Y K H S L
Decimal 214 70 3 0 0.67 0.99 0.16 19.05 0.97 0.43
Hex D6 46 3 0 43 63 10 13 61 2B
Octal 326 106 3 0 103 143 20 23 141 53
Binary 11010110 1000110 11 0 1000011 1100011 10000 10011 1100001 101011

Color Harmonies of #D64603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64603

Black with #D64603

Text Example


Text Example

White with #D64603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64603; }

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

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

background-color css

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

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

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

border-color css

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

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

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