Html Css Color HEX #D85300 Tenne (Tawny)

📋 copy color: '#D85300'

red 216 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #D85300

Tints of Tenne (Tawny) #D85300

RGB

 RED value IS 216 (84.77% from 255) = 72.24%

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

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

R = 72.24%
G = 27.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D85300 (or 0xD85300) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 00. RGB value is (216,83,0). Sum of RGB (Red+Green+Blue) = 216+83+0=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D85300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85300 is #27ACFF. Grayscale: #717171. Windows color (decimal): -2600192 or 21464. OLE color: 21464.

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

Color convert

RGB 216 83 0 -
CMYK 0 0.62 1 0.15
HSL 23.06º 1% 0.42% -
HSV(B) 23.06º 1% 0.85% -
XYZ 31.41 20.79 2.36 -
YUV 113.31 64.06 201.25 -
System Red Green Blue C M Y K H S L
Decimal 216 83 0 0 0.62 1 0.15 23.06 1 0.42
Hex D8 53 0 0 3E 64 F 17 64 2A
Octal 330 123 0 0 76 144 17 27 144 52
Binary 11011000 1010011 0 0 111110 1100100 1111 10111 1100100 101010

Color Harmonies of #D85300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85300

Black with #D85300

Text Example


Text Example

White with #D85300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85300; }

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

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

background-color css

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

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

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

border-color css

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

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

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