Html Css Color HEX #D65103 Tenne (Tawny)

📋 copy color: '#D65103'

red 214 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #D65103

Tints of Tenne (Tawny) #D65103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 71.81%
G = 27.18%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65103 (or 0xD65103) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 03. RGB value is (214,81,3). Sum of RGB (Red+Green+Blue) = 214+81+3=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D65103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65103 is #29AEFC. Grayscale: #707070. Windows color (decimal): -2731773 or 217558. OLE color: 217558.

HSL color Cylindrical-coordinate representation of color #D65103: hue angle of 22.18º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D65103 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 3 -
CMYK 0 0.62 0.99 0.16
HSL 22.18º 0.97% 0.43% -
HSV(B) 22.18º 0.99% 0.84% -
XYZ 30.69 20.19 2.37 -
YUV 111.88 66.56 200.84 -
System Red Green Blue C M Y K H S L
Decimal 214 81 3 0 0.62 0.99 0.16 22.18 0.97 0.43
Hex D6 51 3 0 3E 63 10 16 61 2B
Octal 326 121 3 0 76 143 20 26 141 53
Binary 11010110 1010001 11 0 111110 1100011 10000 10110 1100001 101011

Color Harmonies of #D65103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65103

Black with #D65103

Text Example


Text Example

White with #D65103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65103; }

 p { color: rgb(214,81,3); }

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

background-color css

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

 a { background-color: rgb(214,81,3); }

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

border-color css

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

 span { border-color: rgb(214,81,3); }

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