Html Css Color HEX #D9640B Tenne (Tawny)

📋 copy color: '#D9640B'

red 217 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #D9640B

Tints of Tenne (Tawny) #D9640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 66.16%
G = 30.49%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9640B (or 0xD9640B) is known color: Tenne (Tawny). HEX triplet: D9, 64 and 0B. RGB value is (217,100,11). Sum of RGB (Red+Green+Blue) = 217+100+11=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9640B is #269BF4. Grayscale: #7D7D7D. Windows color (decimal): -2530293 or 746713. OLE color: 746713.

HSL color Cylindrical-coordinate representation of color #D9640B: hue angle of 25.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9640B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 11 -
CMYK 0 0.54 0.95 0.15
HSL 25.92º 0.9% 0.45% -
HSV(B) 25.92º 0.95% 0.85% -
XYZ 33.23 23.89 3.18 -
YUV 124.84 63.76 193.74 -
System Red Green Blue C M Y K H S L
Decimal 217 100 11 0 0.54 0.95 0.15 25.92 0.9 0.45
Hex D9 64 B 0 36 5F F 1A 5A 2D
Octal 331 144 13 0 66 137 17 32 132 55
Binary 11011001 1100100 1011 0 110110 1011111 1111 11010 1011010 101101

Color Harmonies of #D9640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9640B

Black with #D9640B

Text Example


Text Example

White with #D9640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9640B; }

 p { color: rgb(217,100,11); }

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

background-color css

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

 a { background-color: rgb(217,100,11); }

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

border-color css

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

 span { border-color: rgb(217,100,11); }

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