Html Css Color HEX #D65510 Tenne (Tawny)

📋 copy color: '#D65510'

red 214 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #D65510

Tints of Tenne (Tawny) #D65510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 67.94%
G = 26.98%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D65510 (or 0xD65510) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 10. RGB value is (214,85,16). Sum of RGB (Red+Green+Blue) = 214+85+16=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65510 is #29AAEF. Grayscale: #747474. Windows color (decimal): -2730736 or 1070550. OLE color: 1070550.

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

Color convert

RGB 214 85 16 -
CMYK 0 0.60 0.93 0.16
HSL 20.91º 0.86% 0.45% -
HSV(B) 20.91º 0.93% 0.84% -
XYZ 31.07 20.83 2.87 -
YUV 115.71 71.74 198.11 -
System Red Green Blue C M Y K H S L
Decimal 214 85 16 0 0.60 0.93 0.16 20.91 0.86 0.45
Hex D6 55 10 0 3C 5D 10 15 56 2D
Octal 326 125 20 0 74 135 20 25 126 55
Binary 11010110 1010101 10000 0 111100 1011101 10000 10101 1010110 101101

Color Harmonies of #D65510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65510

Black with #D65510

Text Example


Text Example

White with #D65510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65510; }

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

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

background-color css

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

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

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

border-color css

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

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

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