Html Css Color HEX #D64A00 Tenne (Tawny)

📋 copy color: '#D64A00'

red 214 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #D64A00

Tints of Tenne (Tawny) #D64A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.69%

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

R = 74.31%
G = 25.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D64A00 (or 0xD64A00) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 00. RGB value is (214,74,0). Sum of RGB (Red+Green+Blue) = 214+74+0=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A00 is #29B5FF. Grayscale: #6B6B6B. Windows color (decimal): -2733568 or 19158. OLE color: 19158.

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

Color convert

RGB 214 74 0 -
CMYK 0 0.65 1 0.16
HSL 20.75º 1% 0.42% -
HSV(B) 20.75º 1% 0.84% -
XYZ 30.18 19.19 2.11 -
YUV 107.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 214 74 0 0 0.65 1 0.16 20.75 1 0.42
Hex D6 4A 0 0 41 64 10 15 64 2A
Octal 326 112 0 0 101 144 20 25 144 52
Binary 11010110 1001010 0 0 1000001 1100100 10000 10101 1100100 101010

Color Harmonies of #D64A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A00

Black with #D64A00

Text Example


Text Example

White with #D64A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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