Html Css Color HEX #D75A04 Tenne (Tawny)

📋 copy color: '#D75A04'

red 215 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #D75A04

Tints of Tenne (Tawny) #D75A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 69.58%
G = 29.13%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D75A04 (or 0xD75A04) is known color: Tenne (Tawny). HEX triplet: D7, 5A and 04. RGB value is (215,90,4). Sum of RGB (Red+Green+Blue) = 215+90+4=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A04 is #28A5FB. Grayscale: #767676. Windows color (decimal): -2663932 or 285399. OLE color: 285399.

HSL color Cylindrical-coordinate representation of color #D75A04: hue angle of 24.45º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D75A04 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 4 -
CMYK 0 0.58 0.98 0.16
HSL 24.45º 0.96% 0.43% -
HSV(B) 24.45º 0.98% 0.84% -
XYZ 31.7 21.77 2.65 -
YUV 117.57 63.91 197.49 -
System Red Green Blue C M Y K H S L
Decimal 215 90 4 0 0.58 0.98 0.16 24.45 0.96 0.43
Hex D7 5A 4 0 3A 62 10 18 60 2B
Octal 327 132 4 0 72 142 20 30 140 53
Binary 11010111 1011010 100 0 111010 1100010 10000 11000 1100000 101011

Color Harmonies of #D75A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A04

Black with #D75A04

Text Example


Text Example

White with #D75A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A04; }

 p { color: rgb(215,90,4); }

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

background-color css

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

 a { background-color: rgb(215,90,4); }

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

border-color css

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

 span { border-color: rgb(215,90,4); }

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