Html Css Color HEX #D85D07 Tenne (Tawny)

📋 copy color: '#D85D07'

red 216 ◦ green 93 ◦ blue 7

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

Shades of Tenne (Tawny) #D85D07

Tints of Tenne (Tawny) #D85D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 68.35%
G = 29.43%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D85D07 (or 0xD85D07) is known color: Tenne (Tawny). HEX triplet: D8, 5D and 07. RGB value is (216,93,7). Sum of RGB (Red+Green+Blue) = 216+93+7=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D07 is #27A2F8. Grayscale: #787878. Windows color (decimal): -2597625 or 482776. OLE color: 482776.

HSL color Cylindrical-coordinate representation of color #D85D07: hue angle of 24.69º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D85D07 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 7 -
CMYK 0 0.57 0.97 0.15
HSL 24.69º 0.94% 0.44% -
HSV(B) 24.69º 0.97% 0.85% -
XYZ 32.27 22.44 2.83 -
YUV 119.97 64.25 196.49 -
System Red Green Blue C M Y K H S L
Decimal 216 93 7 0 0.57 0.97 0.15 24.69 0.94 0.44
Hex D8 5D 7 0 39 61 F 19 5E 2C
Octal 330 135 7 0 71 141 17 31 136 54
Binary 11011000 1011101 111 0 111001 1100001 1111 11001 1011110 101100

Color Harmonies of #D85D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D07

Black with #D85D07

Text Example


Text Example

White with #D85D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D07; }

 p { color: rgb(216,93,7); }

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

background-color css

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

 a { background-color: rgb(216,93,7); }

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

border-color css

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

 span { border-color: rgb(216,93,7); }

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