Html Css Color HEX #D64700 Tenne (Tawny)

📋 copy color: '#D64700'

red 214 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #D64700

Tints of Tenne (Tawny) #D64700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.09%
G = 24.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D64700 (or 0xD64700) is known color: Tenne (Tawny). HEX triplet: D6, 47 and 00. RGB value is (214,71,0). Sum of RGB (Red+Green+Blue) = 214+71+0=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D64700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64700 is #29B8FF. Grayscale: #6A6A6A. Windows color (decimal): -2734336 or 18390. OLE color: 18390.

HSL color Cylindrical-coordinate representation of color #D64700: hue angle of 19.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D64700 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 0 -
CMYK 0 0.67 1 0.16
HSL 19.91º 1% 0.42% -
HSV(B) 19.91º 1% 0.84% -
XYZ 29.98 18.8 2.05 -
YUV 105.66 68.38 205.27 -
System Red Green Blue C M Y K H S L
Decimal 214 71 0 0 0.67 1 0.16 19.91 1 0.42
Hex D6 47 0 0 43 64 10 14 64 2A
Octal 326 107 0 0 103 144 20 24 144 52
Binary 11010110 1000111 0 0 1000011 1100100 10000 10100 1100100 101010

Color Harmonies of #D64700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64700

Black with #D64700

Text Example


Text Example

White with #D64700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64700; }

 p { color: rgb(214,71,0); }

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

background-color css

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

 a { background-color: rgb(214,71,0); }

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

border-color css

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

 span { border-color: rgb(214,71,0); }

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