Html Css Color HEX #D65503 Tenne (Tawny)

📋 copy color: '#D65503'

red 214 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #D65503

Tints of Tenne (Tawny) #D65503

RGB

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

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

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

R = 70.86%
G = 28.15%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65503 (or 0xD65503) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 03. RGB value is (214,85,3). Sum of RGB (Red+Green+Blue) = 214+85+3=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D65503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65503 is #29AAFC. Grayscale: #727272. Windows color (decimal): -2730749 or 218582. OLE color: 218582.

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

Color convert

RGB 214 85 3 -
CMYK 0 0.60 0.99 0.16
HSL 23.32º 0.97% 0.43% -
HSV(B) 23.32º 0.99% 0.84% -
XYZ 31 20.8 2.47 -
YUV 114.22 65.24 199.17 -
System Red Green Blue C M Y K H S L
Decimal 214 85 3 0 0.60 0.99 0.16 23.32 0.97 0.43
Hex D6 55 3 0 3C 63 10 17 61 2B
Octal 326 125 3 0 74 143 20 27 141 53
Binary 11010110 1010101 11 0 111100 1100011 10000 10111 1100001 101011

Color Harmonies of #D65503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65503

Black with #D65503

Text Example


Text Example

White with #D65503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65503; }

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

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

background-color css

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

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

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

border-color css

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

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

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