Html Css Color HEX #D65608 Tenne (Tawny)

📋 copy color: '#D65608'

red 214 ◦ green 86 ◦ blue 8

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

Shades of Tenne (Tawny) #D65608

Tints of Tenne (Tawny) #D65608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

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

R = 69.48%
G = 27.92%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D65608 (or 0xD65608) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 08. RGB value is (214,86,8). Sum of RGB (Red+Green+Blue) = 214+86+8=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D65608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65608 is #29A9F7. Grayscale: #737373. Windows color (decimal): -2730488 or 546518. OLE color: 546518.

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

Color convert

RGB 214 86 8 -
CMYK 0 0.60 0.96 0.16
HSL 22.72º 0.93% 0.44% -
HSV(B) 22.72º 0.96% 0.84% -
XYZ 31.1 20.97 2.64 -
YUV 115.38 67.41 198.34 -
System Red Green Blue C M Y K H S L
Decimal 214 86 8 0 0.60 0.96 0.16 22.72 0.93 0.44
Hex D6 56 8 0 3C 60 10 17 5D 2C
Octal 326 126 10 0 74 140 20 27 135 54
Binary 11010110 1010110 1000 0 111100 1100000 10000 10111 1011101 101100

Color Harmonies of #D65608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65608

Black with #D65608

Text Example


Text Example

White with #D65608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65608; }

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

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

background-color css

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

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

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

border-color css

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

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

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