Html Css Color HEX #D64508 Tenne (Tawny)

📋 copy color: '#D64508'

red 214 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #D64508

Tints of Tenne (Tawny) #D64508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 73.54%
G = 23.71%
B = 2.75%

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

#D64508 (or 0xD64508) is known color: Tenne (Tawny). HEX triplet: D6, 45 and 08. RGB value is (214,69,8). Sum of RGB (Red+Green+Blue) = 214+69+8=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D64508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64508 is #29BAF7. Grayscale: #696969. Windows color (decimal): -2734840 or 542166. OLE color: 542166.

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

Color convert

RGB 214 69 8 -
CMYK 0 0.68 0.96 0.16
HSL 17.77º 0.93% 0.44% -
HSV(B) 17.77º 0.96% 0.84% -
XYZ 29.9 18.57 2.24 -
YUV 105.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 214 69 8 0 0.68 0.96 0.16 17.77 0.93 0.44
Hex D6 45 8 0 44 60 10 12 5D 2C
Octal 326 105 10 0 104 140 20 22 135 54
Binary 11010110 1000101 1000 0 1000100 1100000 10000 10010 1011101 101100

Color Harmonies of #D64508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64508

Black with #D64508

Text Example


Text Example

White with #D64508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64508; }

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

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

background-color css

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

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

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

border-color css

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

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

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