Html Css Color HEX #D05E0F Tenne (Tawny)

📋 copy color: '#D05E0F'

red 208 ◦ green 94 ◦ blue 15

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

Shades of Tenne (Tawny) #D05E0F

Tints of Tenne (Tawny) #D05E0F

RGB

 RED value IS 208 (81.64% from 255) = 65.62%

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 65.62%
G = 29.65%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D05E0F (or 0xD05E0F) is known color: Tenne (Tawny). HEX triplet: D0, 5E and 0F. RGB value is (208,94,15). Sum of RGB (Red+Green+Blue) = 208+94+15=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05E0F is #2FA1F0. Grayscale: #777777. Windows color (decimal): -3121649 or 1007312. OLE color: 1007312.

HSL color Cylindrical-coordinate representation of color #D05E0F: hue angle of 24.56º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D05E0F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 94 15 -
CMYK 0 0.55 0.93 0.18
HSL 24.56º 0.87% 0.44% -
HSV(B) 24.56º 0.93% 0.82% -
XYZ 30.1 21.45 3.01 -
YUV 119.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 208 94 15 0 0.55 0.93 0.18 24.56 0.87 0.44
Hex D0 5E F 0 37 5D 12 19 57 2C
Octal 320 136 17 0 67 135 22 31 127 54
Binary 11010000 1011110 1111 0 110111 1011101 10010 11001 1010111 101100

Color Harmonies of #D05E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E0F

Black with #D05E0F

Text Example


Text Example

White with #D05E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E0F; }

 p { color: rgb(208,94,15); }

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

background-color css

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

 a { background-color: rgb(208,94,15); }

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

border-color css

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

 span { border-color: rgb(208,94,15); }

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