Html Css Color HEX #D65910 Tenne (Tawny)

📋 copy color: '#D65910'

red 214 ◦ green 89 ◦ blue 16

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

Shades of Tenne (Tawny) #D65910

Tints of Tenne (Tawny) #D65910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 67.08%
G = 27.9%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D65910 (or 0xD65910) is known color: Tenne (Tawny). HEX triplet: D6, 59 and 10. RGB value is (214,89,16). Sum of RGB (Red+Green+Blue) = 214+89+16=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D65910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65910 is #29A6EF. Grayscale: #767676. Windows color (decimal): -2729712 or 1071574. OLE color: 1071574.

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

Color convert

RGB 214 89 16 -
CMYK 0 0.58 0.93 0.16
HSL 22.12º 0.86% 0.45% -
HSV(B) 22.12º 0.93% 0.84% -
XYZ 31.4 21.48 2.98 -
YUV 118.05 70.41 196.44 -
System Red Green Blue C M Y K H S L
Decimal 214 89 16 0 0.58 0.93 0.16 22.12 0.86 0.45
Hex D6 59 10 0 3A 5D 10 16 56 2D
Octal 326 131 20 0 72 135 20 26 126 55
Binary 11010110 1011001 10000 0 111010 1011101 10000 10110 1010110 101101

Color Harmonies of #D65910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65910

Black with #D65910

Text Example


Text Example

White with #D65910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65910; }

 p { color: rgb(214,89,16); }

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

background-color css

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

 a { background-color: rgb(214,89,16); }

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

border-color css

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

 span { border-color: rgb(214,89,16); }

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