Html Css Color HEX #D76704 Tenne (Tawny)

📋 copy color: '#D76704'

red 215 ◦ green 103 ◦ blue 4

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

Shades of Tenne (Tawny) #D76704

Tints of Tenne (Tawny) #D76704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.99%

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

R = 66.77%
G = 31.99%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D76704 (or 0xD76704) is known color: Tenne (Tawny). HEX triplet: D7, 67 and 04. RGB value is (215,103,4). Sum of RGB (Red+Green+Blue) = 215+103+4=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D76704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76704 is #2898FB. Grayscale: #7D7D7D. Windows color (decimal): -2660604 or 288727. OLE color: 288727.

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

Color convert

RGB 215 103 4 -
CMYK 0 0.52 0.98 0.16
HSL 28.15º 0.96% 0.43% -
HSV(B) 28.15º 0.98% 0.84% -
XYZ 32.9 24.16 3.04 -
YUV 125.2 59.61 192.05 -
System Red Green Blue C M Y K H S L
Decimal 215 103 4 0 0.52 0.98 0.16 28.15 0.96 0.43
Hex D7 67 4 0 34 62 10 1C 60 2B
Octal 327 147 4 0 64 142 20 34 140 53
Binary 11010111 1100111 100 0 110100 1100010 10000 11100 1100000 101011

Color Harmonies of #D76704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76704

Black with #D76704

Text Example


Text Example

White with #D76704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76704; }

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

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

background-color css

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

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

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

border-color css

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

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

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