Html Css Color HEX #D85D0C Tenne (Tawny)

📋 copy color: '#D85D0C'

red 216 ◦ green 93 ◦ blue 12

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

Shades of Tenne (Tawny) #D85D0C

Tints of Tenne (Tawny) #D85D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 67.29%
G = 28.97%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D85D0C (or 0xD85D0C) is known color: Tenne (Tawny). HEX triplet: D8, 5D and 0C. RGB value is (216,93,12). Sum of RGB (Red+Green+Blue) = 216+93+12=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D0C is #27A2F3. Grayscale: #787878. Windows color (decimal): -2597620 or 810456. OLE color: 810456.

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

Color convert

RGB 216 93 12 -
CMYK 0 0.57 0.94 0.15
HSL 23.82º 0.89% 0.45% -
HSV(B) 23.82º 0.94% 0.85% -
XYZ 32.3 22.45 2.98 -
YUV 120.54 66.75 196.09 -
System Red Green Blue C M Y K H S L
Decimal 216 93 12 0 0.57 0.94 0.15 23.82 0.89 0.45
Hex D8 5D C 0 39 5E F 18 59 2D
Octal 330 135 14 0 71 136 17 30 131 55
Binary 11011000 1011101 1100 0 111001 1011110 1111 11000 1011001 101101

Color Harmonies of #D85D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D0C

Black with #D85D0C

Text Example


Text Example

White with #D85D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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