Html Css Color HEX #D85102 Tenne (Tawny)

📋 copy color: '#D85102'

red 216 ◦ green 81 ◦ blue 2

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

Shades of Tenne (Tawny) #D85102

Tints of Tenne (Tawny) #D85102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 72.24%
G = 27.09%
B = 0.67%

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

#D85102 (or 0xD85102) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 02. RGB value is (216,81,2). Sum of RGB (Red+Green+Blue) = 216+81+2=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D85102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85102 is #27AEFD. Grayscale: #707070. Windows color (decimal): -2600702 or 152024. OLE color: 152024.

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

Color convert

RGB 216 81 2 -
CMYK 0 0.62 0.99 0.15
HSL 22.15º 0.98% 0.43% -
HSV(B) 22.15º 0.99% 0.85% -
XYZ 31.27 20.49 2.36 -
YUV 112.36 65.73 201.92 -
System Red Green Blue C M Y K H S L
Decimal 216 81 2 0 0.62 0.99 0.15 22.15 0.98 0.43
Hex D8 51 2 0 3E 63 F 16 62 2B
Octal 330 121 2 0 76 143 17 26 142 53
Binary 11011000 1010001 10 0 111110 1100011 1111 10110 1100010 101011

Color Harmonies of #D85102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85102

Black with #D85102

Text Example


Text Example

White with #D85102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85102; }

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

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

background-color css

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

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

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

border-color css

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

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

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