Html Css Color HEX #D65508 Tenne (Tawny)

📋 copy color: '#D65508'

red 214 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #D65508

Tints of Tenne (Tawny) #D65508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 69.71%
G = 27.69%
B = 2.61%

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

#D65508 (or 0xD65508) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 08. RGB value is (214,85,8). Sum of RGB (Red+Green+Blue) = 214+85+8=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D65508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65508 is #29AAF7. Grayscale: #737373. Windows color (decimal): -2730744 or 546262. OLE color: 546262.

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

Color convert

RGB 214 85 8 -
CMYK 0 0.60 0.96 0.16
HSL 22.43º 0.93% 0.44% -
HSV(B) 22.43º 0.96% 0.84% -
XYZ 31.02 20.81 2.61 -
YUV 114.79 67.74 198.76 -
System Red Green Blue C M Y K H S L
Decimal 214 85 8 0 0.60 0.96 0.16 22.43 0.93 0.44
Hex D6 55 8 0 3C 60 10 16 5D 2C
Octal 326 125 10 0 74 140 20 26 135 54
Binary 11010110 1010101 1000 0 111100 1100000 10000 10110 1011101 101100

Color Harmonies of #D65508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65508

Black with #D65508

Text Example


Text Example

White with #D65508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65508; }

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

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

background-color css

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

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

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

border-color css

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

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

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