Html Css Color HEX #D64402 Tenne (Tawny)

📋 copy color: '#D64402'

red 214 ◦ green 68 ◦ blue 2

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

Shades of Tenne (Tawny) #D64402

Tints of Tenne (Tawny) #D64402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 75.35%
G = 23.94%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64402 (or 0xD64402) is known color: Tenne (Tawny). HEX triplet: D6, 44 and 02. RGB value is (214,68,2). Sum of RGB (Red+Green+Blue) = 214+68+2=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D64402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64402 is #29BBFD. Grayscale: #686868. Windows color (decimal): -2735102 or 148694. OLE color: 148694.

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

Color convert

RGB 214 68 2 -
CMYK 0 0.68 0.99 0.16
HSL 18.68º 0.98% 0.42% -
HSV(B) 18.68º 0.99% 0.84% -
XYZ 29.81 18.43 2.04 -
YUV 104.13 70.37 206.37 -
System Red Green Blue C M Y K H S L
Decimal 214 68 2 0 0.68 0.99 0.16 18.68 0.98 0.42
Hex D6 44 2 0 44 63 10 13 62 2A
Octal 326 104 2 0 104 143 20 23 142 52
Binary 11010110 1000100 10 0 1000100 1100011 10000 10011 1100010 101010

Color Harmonies of #D64402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64402

Black with #D64402

Text Example


Text Example

White with #D64402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64402; }

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

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

background-color css

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

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

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

border-color css

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

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

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