Html Css Color HEX #D85702 Tenne (Tawny)

📋 copy color: '#D85702'

red 216 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #D85702

Tints of Tenne (Tawny) #D85702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

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

R = 70.82%
G = 28.52%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85702 (or 0xD85702) is known color: Tenne (Tawny). HEX triplet: D8, 57 and 02. RGB value is (216,87,2). Sum of RGB (Red+Green+Blue) = 216+87+2=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D85702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85702 is #27A8FD. Grayscale: #747474. Windows color (decimal): -2599166 or 153560. OLE color: 153560.

HSL color Cylindrical-coordinate representation of color #D85702: hue angle of 23.83º 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 #D85702 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 87 2 -
CMYK 0 0.60 0.99 0.15
HSL 23.83º 0.98% 0.43% -
HSV(B) 23.83º 0.99% 0.85% -
XYZ 31.74 21.42 2.52 -
YUV 115.88 63.74 199.41 -
System Red Green Blue C M Y K H S L
Decimal 216 87 2 0 0.60 0.99 0.15 23.83 0.98 0.43
Hex D8 57 2 0 3C 63 F 18 62 2B
Octal 330 127 2 0 74 143 17 30 142 53
Binary 11011000 1010111 10 0 111100 1100011 1111 11000 1100010 101011

Color Harmonies of #D85702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85702

Black with #D85702

Text Example


Text Example

White with #D85702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85702; }

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

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

background-color css

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

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

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

border-color css

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

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

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