Html Css Color HEX #D65300 Tenne (Tawny)

📋 copy color: '#D65300'

red 214 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #D65300

Tints of Tenne (Tawny) #D65300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 72.05%
G = 27.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D65300 (or 0xD65300) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 00. RGB value is (214,83,0). Sum of RGB (Red+Green+Blue) = 214+83+0=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D65300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65300 is #29ACFF. Grayscale: #717171. Windows color (decimal): -2731264 or 21462. OLE color: 21462.

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

Color convert

RGB 214 83 0 -
CMYK 0 0.61 1 0.16
HSL 23.27º 1% 0.42% -
HSV(B) 23.27º 1% 0.84% -
XYZ 30.82 20.48 2.33 -
YUV 112.71 64.4 200.25 -
System Red Green Blue C M Y K H S L
Decimal 214 83 0 0 0.61 1 0.16 23.27 1 0.42
Hex D6 53 0 0 3D 64 10 17 64 2A
Octal 326 123 0 0 75 144 20 27 144 52
Binary 11010110 1010011 0 0 111101 1100100 10000 10111 1100100 101010

Color Harmonies of #D65300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65300

Black with #D65300

Text Example


Text Example

White with #D65300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65300; }

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

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

background-color css

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

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

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

border-color css

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

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

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