Html Css Color HEX #D65700 Tenne (Tawny)

📋 copy color: '#D65700'

red 214 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #D65700

Tints of Tenne (Tawny) #D65700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

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

R = 71.1%
G = 28.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D65700 (or 0xD65700) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 00. RGB value is (214,87,0). Sum of RGB (Red+Green+Blue) = 214+87+0=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D65700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65700 is #29A8FF. Grayscale: #737373. Windows color (decimal): -2730240 or 22486. OLE color: 22486.

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

Color convert

RGB 214 87 0 -
CMYK 0 0.59 1 0.16
HSL 24.39º 1% 0.42% -
HSV(B) 24.39º 1% 0.84% -
XYZ 31.14 21.11 2.43 -
YUV 115.06 63.08 198.57 -
System Red Green Blue C M Y K H S L
Decimal 214 87 0 0 0.59 1 0.16 24.39 1 0.42
Hex D6 57 0 0 3B 64 10 18 64 2A
Octal 326 127 0 0 73 144 20 30 144 52
Binary 11010110 1010111 0 0 111011 1100100 10000 11000 1100100 101010

Color Harmonies of #D65700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65700

Black with #D65700

Text Example


Text Example

White with #D65700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65700; }

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

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

background-color css

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

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

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

border-color css

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

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

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