Html Css Color HEX #D9600C Tenne (Tawny)

📋 copy color: '#D9600C'

red 217 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #D9600C

Tints of Tenne (Tawny) #D9600C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 66.77%
G = 29.54%
B = 3.69%

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

#D9600C (or 0xD9600C) is known color: Tenne (Tawny). HEX triplet: D9, 60 and 0C. RGB value is (217,96,12). Sum of RGB (Red+Green+Blue) = 217+96+12=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9600C is #269FF3. Grayscale: #7B7B7B. Windows color (decimal): -2531316 or 811225. OLE color: 811225.

HSL color Cylindrical-coordinate representation of color #D9600C: hue angle of 24.59º degrees, saturation: 0.9, 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 #D9600C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 12 -
CMYK 0 0.56 0.94 0.15
HSL 24.59º 0.9% 0.45% -
HSV(B) 24.59º 0.94% 0.85% -
XYZ 32.86 23.14 3.08 -
YUV 122.6 65.59 195.33 -
System Red Green Blue C M Y K H S L
Decimal 217 96 12 0 0.56 0.94 0.15 24.59 0.9 0.45
Hex D9 60 C 0 38 5E F 19 5A 2D
Octal 331 140 14 0 70 136 17 31 132 55
Binary 11011001 1100000 1100 0 111000 1011110 1111 11001 1011010 101101

Color Harmonies of #D9600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9600C

Black with #D9600C

Text Example


Text Example

White with #D9600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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