Html Css Color HEX #D65312 Tenne (Tawny)

📋 copy color: '#D65312'

red 214 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #D65312

Tints of Tenne (Tawny) #D65312

RGB

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

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

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

R = 67.94%
G = 26.35%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65312 (or 0xD65312) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 12. RGB value is (214,83,18). Sum of RGB (Red+Green+Blue) = 214+83+18=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65312 is #29ACED. Grayscale: #737373. Windows color (decimal): -2731246 or 1201110. OLE color: 1201110.

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

Color convert

RGB 214 83 18 -
CMYK 0 0.61 0.92 0.16
HSL 19.9º 0.84% 0.45% -
HSV(B) 19.9º 0.92% 0.84% -
XYZ 30.93 20.53 2.9 -
YUV 114.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 214 83 18 0 0.61 0.92 0.16 19.9 0.84 0.45
Hex D6 53 12 0 3D 5C 10 14 54 2D
Octal 326 123 22 0 75 134 20 24 124 55
Binary 11010110 1010011 10010 0 111101 1011100 10000 10100 1010100 101101

Color Harmonies of #D65312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65312

Black with #D65312

Text Example


Text Example

White with #D65312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65312; }

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

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

background-color css

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

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

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

border-color css

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

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

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