Html Css Color HEX #D65712 Tenne (Tawny)

📋 copy color: '#D65712'

red 214 ◦ green 87 ◦ blue 18

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

Shades of Tenne (Tawny) #D65712

Tints of Tenne (Tawny) #D65712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 67.08%
G = 27.27%
B = 5.64%

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

#D65712 (or 0xD65712) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 12. RGB value is (214,87,18). Sum of RGB (Red+Green+Blue) = 214+87+18=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D65712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65712 is #29A8ED. Grayscale: #757575. Windows color (decimal): -2730222 or 1202134. OLE color: 1202134.

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

Color convert

RGB 214 87 18 -
CMYK 0 0.59 0.92 0.16
HSL 21.12º 0.84% 0.45% -
HSV(B) 21.12º 0.92% 0.84% -
XYZ 31.25 21.16 3.01 -
YUV 117.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 214 87 18 0 0.59 0.92 0.16 21.12 0.84 0.45
Hex D6 57 12 0 3B 5C 10 15 54 2D
Octal 326 127 22 0 73 134 20 25 124 55
Binary 11010110 1010111 10010 0 111011 1011100 10000 10101 1010100 101101

Color Harmonies of #D65712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65712

Black with #D65712

Text Example


Text Example

White with #D65712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65712; }

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

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

background-color css

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

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

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

border-color css

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

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

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