Html Css Color HEX #D85302 Tenne (Tawny)

📋 copy color: '#D85302'

red 216 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #D85302

Tints of Tenne (Tawny) #D85302

RGB

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

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

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

R = 71.76%
G = 27.57%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85302 (or 0xD85302) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 02. RGB value is (216,83,2). Sum of RGB (Red+Green+Blue) = 216+83+2=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D85302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85302 is #27ACFD. Grayscale: #717171. Windows color (decimal): -2600190 or 152536. OLE color: 152536.

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

Color convert

RGB 216 83 2 -
CMYK 0 0.62 0.99 0.15
HSL 22.71º 0.98% 0.43% -
HSV(B) 22.71º 0.99% 0.85% -
XYZ 31.42 20.79 2.41 -
YUV 113.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 216 83 2 0 0.62 0.99 0.15 22.71 0.98 0.43
Hex D8 53 2 0 3E 63 F 17 62 2B
Octal 330 123 2 0 76 143 17 27 142 53
Binary 11011000 1010011 10 0 111110 1100011 1111 10111 1100010 101011

Color Harmonies of #D85302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85302

Black with #D85302

Text Example


Text Example

White with #D85302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85302; }

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

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

background-color css

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

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

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

border-color css

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

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

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