Html Css Color HEX #D35510 Tenne (Tawny)

📋 copy color: '#D35510'

red 211 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #D35510

Tints of Tenne (Tawny) #D35510

RGB

 RED value IS 211 (82.81% from 255) = 67.63%

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

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

R = 67.63%
G = 27.24%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D35510 (or 0xD35510) is known color: Tenne (Tawny). HEX triplet: D3, 55 and 10. RGB value is (211,85,16). Sum of RGB (Red+Green+Blue) = 211+85+16=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D35510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35510 is #2CAAEF. Grayscale: #737373. Windows color (decimal): -2927344 or 1070547. OLE color: 1070547.

HSL color Cylindrical-coordinate representation of color #D35510: hue angle of 21.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D35510 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 16 -
CMYK 0 0.60 0.92 0.17
HSL 21.23º 0.86% 0.45% -
HSV(B) 21.23º 0.92% 0.83% -
XYZ 30.21 20.38 2.83 -
YUV 114.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 211 85 16 0 0.60 0.92 0.17 21.23 0.86 0.45
Hex D3 55 10 0 3C 5C 11 15 56 2D
Octal 323 125 20 0 74 134 21 25 126 55
Binary 11010011 1010101 10000 0 111100 1011100 10001 10101 1010110 101101

Color Harmonies of #D35510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35510

Black with #D35510

Text Example


Text Example

White with #D35510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35510; }

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

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

background-color css

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

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

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

border-color css

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

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

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