Html Css Color HEX #D65308 Tenne (Tawny)

📋 copy color: '#D65308'

red 214 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #D65308

Tints of Tenne (Tawny) #D65308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 70.16%
G = 27.21%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D65308 (or 0xD65308) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 08. RGB value is (214,83,8). Sum of RGB (Red+Green+Blue) = 214+83+8=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D65308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65308 is #29ACF7. Grayscale: #727272. Windows color (decimal): -2731256 or 545750. OLE color: 545750.

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

Color convert

RGB 214 83 8 -
CMYK 0 0.61 0.96 0.16
HSL 21.84º 0.93% 0.44% -
HSV(B) 21.84º 0.96% 0.84% -
XYZ 30.87 20.5 2.56 -
YUV 113.62 68.4 199.6 -
System Red Green Blue C M Y K H S L
Decimal 214 83 8 0 0.61 0.96 0.16 21.84 0.93 0.44
Hex D6 53 8 0 3D 60 10 16 5D 2C
Octal 326 123 10 0 75 140 20 26 135 54
Binary 11010110 1010011 1000 0 111101 1100000 10000 10110 1011101 101100

Color Harmonies of #D65308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65308

Black with #D65308

Text Example


Text Example

White with #D65308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65308; }

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

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

background-color css

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

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

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

border-color css

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

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

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