Html Css Color HEX #D65800 Tenne (Tawny)

📋 copy color: '#D65800'

red 214 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #D65800

Tints of Tenne (Tawny) #D65800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 70.86%
G = 29.14%
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

#D65800 (or 0xD65800) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 00. RGB value is (214,88,0). Sum of RGB (Red+Green+Blue) = 214+88+0=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D65800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65800 is #29A7FF. Grayscale: #747474. Windows color (decimal): -2729984 or 22742. OLE color: 22742.

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

Color convert

RGB 214 88 0 -
CMYK 0 0.59 1 0.16
HSL 24.67º 1% 0.42% -
HSV(B) 24.67º 1% 0.84% -
XYZ 31.22 21.28 2.46 -
YUV 115.64 62.74 198.16 -
System Red Green Blue C M Y K H S L
Decimal 214 88 0 0 0.59 1 0.16 24.67 1 0.42
Hex D6 58 0 0 3B 64 10 19 64 2A
Octal 326 130 0 0 73 144 20 31 144 52
Binary 11010110 1011000 0 0 111011 1100100 10000 11001 1100100 101010

Color Harmonies of #D65800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65800

Black with #D65800

Text Example


Text Example

White with #D65800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65800; }

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

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

background-color css

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

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

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

border-color css

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

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

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