Html Css Color HEX #D85C02 Tenne (Tawny)

📋 copy color: '#D85C02'

red 216 ◦ green 92 ◦ blue 2

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

Shades of Tenne (Tawny) #D85C02

Tints of Tenne (Tawny) #D85C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

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

R = 69.68%
G = 29.68%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85C02 (or 0xD85C02) is known color: Tenne (Tawny). HEX triplet: D8, 5C and 02. RGB value is (216,92,2). Sum of RGB (Red+Green+Blue) = 216+92+2=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C02 is #27A3FD. Grayscale: #777777. Windows color (decimal): -2597886 or 154840. OLE color: 154840.

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

Color convert

RGB 216 92 2 -
CMYK 0 0.57 0.99 0.15
HSL 25.23º 0.98% 0.43% -
HSV(B) 25.23º 0.99% 0.85% -
XYZ 32.16 22.26 2.66 -
YUV 118.82 62.08 197.32 -
System Red Green Blue C M Y K H S L
Decimal 216 92 2 0 0.57 0.99 0.15 25.23 0.98 0.43
Hex D8 5C 2 0 39 63 F 19 62 2B
Octal 330 134 2 0 71 143 17 31 142 53
Binary 11011000 1011100 10 0 111001 1100011 1111 11001 1100010 101011

Color Harmonies of #D85C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C02

Black with #D85C02

Text Example


Text Example

White with #D85C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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