Html Css Color HEX #D76504 Tenne (Tawny)

📋 copy color: '#D76504'

red 215 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #D76504

Tints of Tenne (Tawny) #D76504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

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

R = 67.19%
G = 31.56%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D76504 (or 0xD76504) is known color: Tenne (Tawny). HEX triplet: D7, 65 and 04. RGB value is (215,101,4). Sum of RGB (Red+Green+Blue) = 215+101+4=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D76504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76504 is #289AFB. Grayscale: #7C7C7C. Windows color (decimal): -2661116 or 288215. OLE color: 288215.

HSL color Cylindrical-coordinate representation of color #D76504: hue angle of 27.58º 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 #D76504 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 4 -
CMYK 0 0.53 0.98 0.16
HSL 27.58º 0.96% 0.43% -
HSV(B) 27.58º 0.98% 0.84% -
XYZ 32.7 23.76 2.98 -
YUV 124.03 60.27 192.89 -
System Red Green Blue C M Y K H S L
Decimal 215 101 4 0 0.53 0.98 0.16 27.58 0.96 0.43
Hex D7 65 4 0 35 62 10 1C 60 2B
Octal 327 145 4 0 65 142 20 34 140 53
Binary 11010111 1100101 100 0 110101 1100010 10000 11100 1100000 101011

Color Harmonies of #D76504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76504

Black with #D76504

Text Example


Text Example

White with #D76504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76504; }

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

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

background-color css

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

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

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

border-color css

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

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

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