Html Css Color HEX #D05701 Tenne (Tawny)

📋 copy color: '#D05701'

red 208 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #D05701

Tints of Tenne (Tawny) #D05701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 70.27%
G = 29.39%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D05701 (or 0xD05701) is known color: Tenne (Tawny). HEX triplet: D0, 57 and 01. RGB value is (208,87,1). Sum of RGB (Red+Green+Blue) = 208+87+1=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D05701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05701 is #2FA8FE. Grayscale: #717171. Windows color (decimal): -3123455 or 88016. OLE color: 88016.

HSL color Cylindrical-coordinate representation of color #D05701: hue angle of 24.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D05701 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 1 -
CMYK 0 0.58 1.00 0.18
HSL 24.93º 0.99% 0.41% -
HSV(B) 24.93º 1% 0.82% -
XYZ 29.43 20.23 2.38 -
YUV 113.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 208 87 1 0 0.58 1.00 0.18 24.93 0.99 0.41
Hex D0 57 1 0 3A 64 12 19 63 29
Octal 320 127 1 0 72 144 22 31 143 51
Binary 11010000 1010111 1 0 111010 1100100 10010 11001 1100011 101001

Color Harmonies of #D05701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05701

Black with #D05701

Text Example


Text Example

White with #D05701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05701; }

 p { color: rgb(208,87,1); }

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

background-color css

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

 a { background-color: rgb(208,87,1); }

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

border-color css

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

 span { border-color: rgb(208,87,1); }

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