Html Css Color HEX #D65612 Tenne (Tawny)

📋 copy color: '#D65612'

red 214 ◦ green 86 ◦ blue 18

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

Shades of Tenne (Tawny) #D65612

Tints of Tenne (Tawny) #D65612

RGB

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

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

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

R = 67.3%
G = 27.04%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65612 (or 0xD65612) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 12. RGB value is (214,86,18). Sum of RGB (Red+Green+Blue) = 214+86+18=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D65612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65612 is #29A9ED. Grayscale: #747474. Windows color (decimal): -2730478 or 1201878. OLE color: 1201878.

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

Color convert

RGB 214 86 18 -
CMYK 0 0.60 0.92 0.16
HSL 20.82º 0.84% 0.45% -
HSV(B) 20.82º 0.92% 0.84% -
XYZ 31.17 21 2.98 -
YUV 116.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 214 86 18 0 0.60 0.92 0.16 20.82 0.84 0.45
Hex D6 56 12 0 3C 5C 10 15 54 2D
Octal 326 126 22 0 74 134 20 25 124 55
Binary 11010110 1010110 10010 0 111100 1011100 10000 10101 1010100 101101

Color Harmonies of #D65612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65612

Black with #D65612

Text Example


Text Example

White with #D65612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65612; }

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

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

background-color css

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

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

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

border-color css

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

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

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