Html Css Color HEX #D64805 Tenne (Tawny)

📋 copy color: '#D64805'

red 214 ◦ green 72 ◦ blue 5

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

Shades of Tenne (Tawny) #D64805

Tints of Tenne (Tawny) #D64805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 73.54%
G = 24.74%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D64805 (or 0xD64805) is known color: Tenne (Tawny). HEX triplet: D6, 48 and 05. RGB value is (214,72,5). Sum of RGB (Red+Green+Blue) = 214+72+5=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D64805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64805 is #29B7FA. Grayscale: #6B6B6B. Windows color (decimal): -2734075 or 346326. OLE color: 346326.

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

Color convert

RGB 214 72 5 -
CMYK 0 0.66 0.98 0.16
HSL 19.23º 0.95% 0.43% -
HSV(B) 19.23º 0.98% 0.84% -
XYZ 30.08 18.94 2.21 -
YUV 106.82 70.54 204.45 -
System Red Green Blue C M Y K H S L
Decimal 214 72 5 0 0.66 0.98 0.16 19.23 0.95 0.43
Hex D6 48 5 0 42 62 10 13 5F 2B
Octal 326 110 5 0 102 142 20 23 137 53
Binary 11010110 1001000 101 0 1000010 1100010 10000 10011 1011111 101011

Color Harmonies of #D64805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64805

Black with #D64805

Text Example


Text Example

White with #D64805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64805; }

 p { color: rgb(214,72,5); }

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

background-color css

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

 a { background-color: rgb(214,72,5); }

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

border-color css

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

 span { border-color: rgb(214,72,5); }

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