Html Css Color HEX #D75701 Tenne (Tawny)

📋 copy color: '#D75701'

red 215 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #D75701

Tints of Tenne (Tawny) #D75701

RGB

 RED value IS 215 (84.38% from 255) = 70.96%

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

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

R = 70.96%
G = 28.71%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D75701 (or 0xD75701) is known color: Tenne (Tawny). HEX triplet: D7, 57 and 01. RGB value is (215,87,1). Sum of RGB (Red+Green+Blue) = 215+87+1=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D75701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75701 is #28A8FE. Grayscale: #737373. Windows color (decimal): -2664703 or 88023. OLE color: 88023.

HSL color Cylindrical-coordinate representation of color #D75701: hue angle of 24.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D75701 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 87 1 -
CMYK 0 0.60 1.00 0.16
HSL 24.11º 0.99% 0.42% -
HSV(B) 24.11º 1% 0.84% -
XYZ 31.44 21.27 2.48 -
YUV 115.47 63.41 198.99 -
System Red Green Blue C M Y K H S L
Decimal 215 87 1 0 0.60 1.00 0.16 24.11 0.99 0.42
Hex D7 57 1 0 3C 64 10 18 63 2A
Octal 327 127 1 0 74 144 20 30 143 52
Binary 11010111 1010111 1 0 111100 1100100 10000 11000 1100011 101010

Color Harmonies of #D75701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75701

Black with #D75701

Text Example


Text Example

White with #D75701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75701; }

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

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

background-color css

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

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

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

border-color css

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

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

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