Html Css Color HEX #D9600D Tenne (Tawny)

📋 copy color: '#D9600D'

red 217 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #D9600D

Tints of Tenne (Tawny) #D9600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 66.56%
G = 29.45%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9600D (or 0xD9600D) is known color: Tenne (Tawny). HEX triplet: D9, 60 and 0D. RGB value is (217,96,13). Sum of RGB (Red+Green+Blue) = 217+96+13=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9600D is #269FF2. Grayscale: #7B7B7B. Windows color (decimal): -2531315 or 876761. OLE color: 876761.

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

Color convert

RGB 217 96 13 -
CMYK 0 0.56 0.94 0.15
HSL 24.41º 0.89% 0.45% -
HSV(B) 24.41º 0.94% 0.85% -
XYZ 32.87 23.15 3.12 -
YUV 122.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 217 96 13 0 0.56 0.94 0.15 24.41 0.89 0.45
Hex D9 60 D 0 38 5E F 18 59 2D
Octal 331 140 15 0 70 136 17 30 131 55
Binary 11011001 1100000 1101 0 111000 1011110 1111 11000 1011001 101101

Color Harmonies of #D9600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9600D

Black with #D9600D

Text Example


Text Example

White with #D9600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9600D; }

 p { color: rgb(217,96,13); }

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

background-color css

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

 a { background-color: rgb(217,96,13); }

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

border-color css

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

 span { border-color: rgb(217,96,13); }

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