Html Css Color HEX #D64702 Tenne (Tawny)

📋 copy color: '#D64702'

red 214 ◦ green 71 ◦ blue 2

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

Shades of Tenne (Tawny) #D64702

Tints of Tenne (Tawny) #D64702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 74.56%
G = 24.74%
B = 0.7%

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

#D64702 (or 0xD64702) is known color: Tenne (Tawny). HEX triplet: D6, 47 and 02. RGB value is (214,71,2). Sum of RGB (Red+Green+Blue) = 214+71+2=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D64702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64702 is #29B8FD. Grayscale: #6A6A6A. Windows color (decimal): -2734334 or 149462. OLE color: 149462.

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

Color convert

RGB 214 71 2 -
CMYK 0 0.67 0.99 0.16
HSL 19.53º 0.98% 0.42% -
HSV(B) 19.53º 0.99% 0.84% -
XYZ 30 18.81 2.11 -
YUV 105.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 214 71 2 0 0.67 0.99 0.16 19.53 0.98 0.42
Hex D6 47 2 0 43 63 10 14 62 2A
Octal 326 107 2 0 103 143 20 24 142 52
Binary 11010110 1000111 10 0 1000011 1100011 10000 10100 1100010 101010

Color Harmonies of #D64702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64702

Black with #D64702

Text Example


Text Example

White with #D64702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64702; }

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

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

background-color css

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

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

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

border-color css

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

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

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