Html Css Color HEX #D65500 Tenne (Tawny)

📋 copy color: '#D65500'

red 214 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #D65500

Tints of Tenne (Tawny) #D65500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.57%
G = 28.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D65500 (or 0xD65500) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 00. RGB value is (214,85,0). Sum of RGB (Red+Green+Blue) = 214+85+0=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D65500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65500 is #29AAFF. Grayscale: #727272. Windows color (decimal): -2730752 or 21974. OLE color: 21974.

HSL color Cylindrical-coordinate representation of color #D65500: hue angle of 23.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D65500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 0 -
CMYK 0 0.60 1 0.16
HSL 23.83º 1% 0.42% -
HSV(B) 23.83º 1% 0.84% -
XYZ 30.98 20.79 2.38 -
YUV 113.88 63.74 199.41 -
System Red Green Blue C M Y K H S L
Decimal 214 85 0 0 0.60 1 0.16 23.83 1 0.42
Hex D6 55 0 0 3C 64 10 18 64 2A
Octal 326 125 0 0 74 144 20 30 144 52
Binary 11010110 1010101 0 0 111100 1100100 10000 11000 1100100 101010

Color Harmonies of #D65500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65500

Black with #D65500

Text Example


Text Example

White with #D65500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65500; }

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

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

background-color css

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

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

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

border-color css

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

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

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