Html Css Color HEX #D64509 Tenne (Tawny)

📋 copy color: '#D64509'

red 214 ◦ green 69 ◦ blue 9

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

Shades of Tenne (Tawny) #D64509

Tints of Tenne (Tawny) #D64509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

 BLUE value IS 9 (3.91% from 255) = 3.08%

R = 73.29%
G = 23.63%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64509 (or 0xD64509) is known color: Tenne (Tawny). HEX triplet: D6, 45 and 09. RGB value is (214,69,9). Sum of RGB (Red+Green+Blue) = 214+69+9=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D64509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64509 is #29BAF6. Grayscale: #696969. Windows color (decimal): -2734839 or 607702. OLE color: 607702.

HSL color Cylindrical-coordinate representation of color #D64509: hue angle of 17.56º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D64509 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 9 -
CMYK 0 0.68 0.96 0.16
HSL 17.56º 0.92% 0.44% -
HSV(B) 17.56º 0.96% 0.84% -
XYZ 29.91 18.57 2.27 -
YUV 105.52 73.54 205.38 -
System Red Green Blue C M Y K H S L
Decimal 214 69 9 0 0.68 0.96 0.16 17.56 0.92 0.44
Hex D6 45 9 0 44 60 10 12 5C 2C
Octal 326 105 11 0 104 140 20 22 134 54
Binary 11010110 1000101 1001 0 1000100 1100000 10000 10010 1011100 101100

Color Harmonies of #D64509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64509

Black with #D64509

Text Example


Text Example

White with #D64509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64509; }

 p { color: rgb(214,69,9); }

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

background-color css

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

 a { background-color: rgb(214,69,9); }

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

border-color css

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

 span { border-color: rgb(214,69,9); }

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