Html Css Color HEX #D85802 Tenne (Tawny)

📋 copy color: '#D85802'

red 216 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #D85802

Tints of Tenne (Tawny) #D85802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 70.59%
G = 28.76%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85802 (or 0xD85802) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 02. RGB value is (216,88,2). Sum of RGB (Red+Green+Blue) = 216+88+2=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D85802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85802 is #27A7FD. Grayscale: #747474. Windows color (decimal): -2598910 or 153816. OLE color: 153816.

HSL color Cylindrical-coordinate representation of color #D85802: hue angle of 24.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D85802 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 88 2 -
CMYK 0 0.59 0.99 0.15
HSL 24.11º 0.98% 0.43% -
HSV(B) 24.11º 0.99% 0.85% -
XYZ 31.82 21.58 2.55 -
YUV 116.47 63.41 198.99 -
System Red Green Blue C M Y K H S L
Decimal 216 88 2 0 0.59 0.99 0.15 24.11 0.98 0.43
Hex D8 58 2 0 3B 63 F 18 62 2B
Octal 330 130 2 0 73 143 17 30 142 53
Binary 11011000 1011000 10 0 111011 1100011 1111 11000 1100010 101011

Color Harmonies of #D85802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85802

Black with #D85802

Text Example


Text Example

White with #D85802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85802; }

 p { color: rgb(216,88,2); }

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

background-color css

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

 a { background-color: rgb(216,88,2); }

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

border-color css

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

 span { border-color: rgb(216,88,2); }

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