Html Css Color HEX #D96504 Tenne (Tawny)

📋 copy color: '#D96504'

red 217 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #D96504

Tints of Tenne (Tawny) #D96504

RGB

 RED value IS 217 (85.16% from 255) = 67.39%

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

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

R = 67.39%
G = 31.37%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D96504 (or 0xD96504) is known color: Tenne (Tawny). HEX triplet: D9, 65 and 04. RGB value is (217,101,4). Sum of RGB (Red+Green+Blue) = 217+101+4=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D96504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96504 is #269AFB. Grayscale: #7D7D7D. Windows color (decimal): -2530044 or 288217. OLE color: 288217.

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

Color convert

RGB 217 101 4 -
CMYK 0 0.53 0.98 0.15
HSL 27.32º 0.96% 0.43% -
HSV(B) 27.32º 0.98% 0.85% -
XYZ 33.29 24.07 3.01 -
YUV 124.63 59.93 193.89 -
System Red Green Blue C M Y K H S L
Decimal 217 101 4 0 0.53 0.98 0.15 27.32 0.96 0.43
Hex D9 65 4 0 35 62 F 1B 60 2B
Octal 331 145 4 0 65 142 17 33 140 53
Binary 11011001 1100101 100 0 110101 1100010 1111 11011 1100000 101011

Color Harmonies of #D96504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96504

Black with #D96504

Text Example


Text Example

White with #D96504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96504; }

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

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

background-color css

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

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

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

border-color css

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

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

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