Html Css Color HEX #D65200 Tenne (Tawny)

📋 copy color: '#D65200'

red 214 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #D65200

Tints of Tenne (Tawny) #D65200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 72.3%
G = 27.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D65200 (or 0xD65200) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 00. RGB value is (214,82,0). Sum of RGB (Red+Green+Blue) = 214+82+0=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D65200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65200 is #29ADFF. Grayscale: #707070. Windows color (decimal): -2731520 or 21206. OLE color: 21206.

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

Color convert

RGB 214 82 0 -
CMYK 0 0.62 1 0.16
HSL 22.99º 1% 0.42% -
HSV(B) 22.99º 1% 0.84% -
XYZ 30.75 20.33 2.3 -
YUV 112.12 64.73 200.67 -
System Red Green Blue C M Y K H S L
Decimal 214 82 0 0 0.62 1 0.16 22.99 1 0.42
Hex D6 52 0 0 3E 64 10 17 64 2A
Octal 326 122 0 0 76 144 20 27 144 52
Binary 11010110 1010010 0 0 111110 1100100 10000 10111 1100100 101010

Color Harmonies of #D65200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65200

Black with #D65200

Text Example


Text Example

White with #D65200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65200; }

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

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

background-color css

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

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

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

border-color css

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

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

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