Html Css Color HEX #D65812 Tenne (Tawny)

📋 copy color: '#D65812'

red 214 ◦ green 88 ◦ blue 18

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

Shades of Tenne (Tawny) #D65812

Tints of Tenne (Tawny) #D65812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 66.88%
G = 27.5%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65812 (or 0xD65812) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 12. RGB value is (214,88,18). Sum of RGB (Red+Green+Blue) = 214+88+18=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D65812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65812 is #29A7ED. Grayscale: #767676. Windows color (decimal): -2729966 or 1202390. OLE color: 1202390.

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

Color convert

RGB 214 88 18 -
CMYK 0 0.59 0.92 0.16
HSL 21.43º 0.84% 0.45% -
HSV(B) 21.43º 0.92% 0.84% -
XYZ 31.33 21.32 3.04 -
YUV 117.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 214 88 18 0 0.59 0.92 0.16 21.43 0.84 0.45
Hex D6 58 12 0 3B 5C 10 15 54 2D
Octal 326 130 22 0 73 134 20 25 124 55
Binary 11010110 1011000 10010 0 111011 1011100 10000 10101 1010100 101101

Color Harmonies of #D65812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65812

Black with #D65812

Text Example


Text Example

White with #D65812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65812; }

 p { color: rgb(214,88,18); }

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

background-color css

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

 a { background-color: rgb(214,88,18); }

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

border-color css

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

 span { border-color: rgb(214,88,18); }

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